Обновить z1/docker-compose.yml

This commit is contained in:
Vladyslav Korzun 2025-03-19 22:49:29 +00:00
parent 532a07c203
commit 17fe85d77c

View File

@ -1,4 +1,3 @@
version: "3.8"
services:
web:
@ -7,8 +6,6 @@ services:
- "5000:5000"
depends_on:
- db
environment:
- POSTGRES_PASSWORD=mysecretpassword
db:
image: postgres:13