Update compose.yaml
This commit is contained in:
@@ -9,6 +9,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /opt/99_backup/databasus-data:/databasus-data
|
- /opt/99_backup/databasus-data:/databasus-data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"]
|
||||||
|
interval: "10s"
|
||||||
|
timeout: "10s"
|
||||||
|
retries: 15
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
hydra-local:
|
hydra-local:
|
||||||
|
|||||||
Reference in New Issue
Block a user