linux:gluetun-docker-stack
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:gluetun-docker-stack [2025/08/26 21:42] – created Wulf Rajek | linux:gluetun-docker-stack [2025/08/27 12:28] (current) – Wulf Rajek | ||
---|---|---|---|
Line 169: | Line 169: | ||
labels: | labels: | ||
autoheal-app: | autoheal-app: | ||
+ | healthcheck: | ||
+ | interval: 5m | ||
+ | retries: 5 | ||
+ | start_period: | ||
+ | test: curl -f http:// | ||
+ | timeout: 20s | ||
+ | | ||
transmission: | transmission: | ||
image: lscr.io/ | image: lscr.io/ | ||
Line 380: | Line 387: | ||
test: curl -f http:// | test: curl -f http:// | ||
timeout: 20s | timeout: 20s | ||
+ | </ | ||
+ | |||
+ | |||
+ | Starting the whole stack: | ||
+ | < | ||
+ | Updating individual services (e.g. autohealth): | ||
+ | < | ||
+ | docker compose -f docker-gluetun.yml pull autohealth | ||
+ | docker compose -f docker-gluetun.yml up autohealth -d | ||
+ | </ | ||
+ | |||
+ | As a restart/ | ||
+ | < | ||
+ | docker exec -ti gluetun ' | ||
</ | </ |
linux/gluetun-docker-stack.1756240963.txt.gz · Last modified: by Wulf Rajek