towards healthchecks for all containers
This commit is contained in:
@@ -8,3 +8,8 @@ services:
|
||||
volumes:
|
||||
- /mnt/mezzo/scratch/influxdb:/var/lib/influxdb2
|
||||
- /opt/gw2pvo:/opt/gw2pvo
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user