Init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user