Add reddit integration
This commit is contained in:
parent
6f30571dd1
commit
6ce013d0d4
65 changed files with 8949 additions and 372 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue