add healthcheck to portainer
This commit is contained in:
@@ -37,6 +37,12 @@ services:
|
||||
# cpus: '0.2'
|
||||
memory: 32M
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-If", "http://localhost:9000"]
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
|
||||
logging:
|
||||
driver: fluentd
|
||||
|
||||
Reference in New Issue
Block a user