Add reddit integration

This commit is contained in:
sonny 2020-07-12 20:10:57 +02:00
parent 6f30571dd1
commit 6ce013d0d4
65 changed files with 8949 additions and 372 deletions

View file

@ -31,6 +31,8 @@ services:
- DJANGO_SETTINGS_MODULE=newsreader.conf.docker
depends_on:
- rabbitmq
volumes:
- .:/app
django:
build:
context: .
@ -45,6 +47,8 @@ services:
volumes:
- .:/app
- static-files:/app/src/newsreader/static
stdin_open: true
tty: true
webpack:
build:
context: .