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

This commit is contained in:
2026-04-18 15:34:35 +03:00
parent ee48d1ed89
commit f39b2b68bc

View File

@@ -10,7 +10,7 @@ services:
# URL бэкенда, к которому nginx проксирует /api и /static/avatars
BACKEND_URL: ${BACKEND_URL:-https://back.fool-stack.ru/}
expose:
- "80"
- "24452"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost/"]
interval: 30s