This commit is contained in:
2026-03-19 18:08:35 +07:00
parent f72ad2769f
commit 0418ba00f0

View File

@@ -28,12 +28,12 @@ services:
context: .
dockerfile: backend/Dockerfile
env_file:
- .env.example
- .env
depends_on:
- postgres-control
- postgres-target
ports:
- "4000:4000"
- "5000:4000"
frontend:
build: