fixed docker-compose file
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -26,10 +26,10 @@ services:
|
|||||||
- mc-panel-network
|
- mc-panel-network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
|
||||||
interval: 30s
|
interval: 30
|
||||||
timeout: 10s
|
timeout: 10
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 60s
|
start_period: 60
|
||||||
|
|
||||||
# Nginx reverse proxy (опционально)
|
# Nginx reverse proxy (опционально)
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user