This commit is contained in:
2025-12-17 22:10:01 +07:00
parent f371178518
commit 967176fab8
7 changed files with 794 additions and 1 deletions

View File

@@ -85,5 +85,23 @@ services:
- backend
restart: unless-stopped
status:
build:
context: ./status-service
dockerfile: Dockerfile
container_name: marathon-status
environment:
BACKEND_URL: http://backend:8000
FRONTEND_URL: http://frontend:80
BOT_URL: http://bot:8080
CHECK_INTERVAL: "30"
ports:
- "8001:8001"
depends_on:
- backend
- frontend
- bot
restart: unless-stopped
volumes:
postgres_data: