Update docker-compose.staging.yaml
This commit is contained in:
parent
dea8a0bb1c
commit
02a1cb7609
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ services:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: sapps
|
POSTGRES_DB: sapps
|
||||||
expose:
|
ports:
|
||||||
- 5432
|
- 5432:5432
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue