Обновить z1/docker-compose.yml
This commit is contained in:
parent
532a07c203
commit
17fe85d77c
@ -1,4 +1,3 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
@ -7,8 +6,6 @@ services:
|
|||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
environment:
|
|
||||||
- POSTGRES_PASSWORD=mysecretpassword
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
Loading…
Reference in New Issue
Block a user