fsdf
This commit is contained in:
parent
1525cda50f
commit
3a585ea604
|
|
@ -13,7 +13,9 @@ services:
|
|||
- DB_NAME=${POSTGRES_DB}
|
||||
- DB_USER=${POSTGRES_USER}
|
||||
- DB_PASSWORD=${POSTGRES_PASSWORD}
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: sh
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue