Squashed commit of the following:
commit 99fd94580f95dcbfb77b73e2de846f76a5709ef9
Author: Sonny <sonnyba871@gmail.com>
Date: Sat Feb 15 21:45:16 2020 +0100
Use postgres password
As of https://gitlab.com/gitlab-com/support-forum/issues/5199
This commit is contained in:
parent
391796a0c0
commit
177755e302
66 changed files with 8955 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