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: . context: .
dockerfile: backend/Dockerfile dockerfile: backend/Dockerfile
env_file: env_file:
- .env.example - .env
depends_on: depends_on:
- postgres-control - postgres-control
- postgres-target - postgres-target
ports: ports:
- "4000:4000" - "5000:4000"
frontend: frontend:
build: build: