This commit is contained in:
Vladiysss
2026-04-18 15:44:05 +03:00
parent 31c2764936
commit d7e8394898
6 changed files with 28 additions and 125 deletions

View File

@@ -6,13 +6,10 @@ services:
image: fool-stack-frontend:latest
container_name: fool-stack-frontend
restart: unless-stopped
environment:
# URL бэкенда, к которому nginx проксирует /api и /static/avatars
BACKEND_URL: ${BACKEND_URL:-https://back.fool-stack.ru/}
expose:
- "80"
- "24452"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost/"]
test: ["CMD", "wget", "-qO-", "http://localhost:24452/"]
interval: 30s
timeout: 5s
retries: 3