chore: commit all modified and untracked stacks

This commit is contained in:
Paccoco
2026-05-05 12:16:49 -05:00
parent 0c87184ec4
commit ee8a412a69
10 changed files with 113 additions and 54 deletions

View File

@@ -26,7 +26,7 @@ services:
volumes:
- /mnt/tank/docker/appdata/kitchenowl:/data
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/ >/dev/null 2>&1 || exit 1"]
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:8080/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
@@ -38,18 +38,21 @@ services:
restart: unless-stopped
networks:
- home-net
- ix-databases_shared-databases
- pangolin
ports:
- "2021:2021"
environment:
TZ: ${TZ}
DT_ENV: selfhosted
DT_JWT_SECRET: ${DT_JWT_SECRET}
DT_DB_DRIVER: ${DT_DB_DRIVER}
volumes:
- /mnt/tank/docker/appdata/donetick/data:/donetick-data
- /mnt/tank/docker/appdata/donetick/config:/config
- /mnt/tank/docker/appdata/donetick/assets:/app/assets
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:2021/ || exit 1"]
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:2021/ >/dev/null 2>&1 || exit 1"]
interval: 1m
timeout: 5s
retries: 3
@@ -423,7 +426,7 @@ services:
environment:
TZ: ${TZ}
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/ >/dev/null 2>&1 || exit 1"]
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:8080/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3