Обновить docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user