depend added

This commit is contained in:
Kovalenko Ivan 2025-07-13 17:46:09 +03:00
parent 4c0b724bd4
commit 6da2f01366

View File

@ -19,6 +19,8 @@ services:
build: .
container_name: flask
networks: [giga6]
depends_on:
- postgres
ports:
- "5000:5000"