diff --git a/services/adguardhome/docker-compose.yml b/services/adguardhome/docker-compose.yml index 3377dc9..85010f2 100644 --- a/services/adguardhome/docker-compose.yml +++ b/services/adguardhome/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/bazarr/docker-compose.yml b/services/bazarr/docker-compose.yml index 1c00a06..4662d12 100644 --- a/services/bazarr/docker-compose.yml +++ b/services/bazarr/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/beszel/agent/docker-compose.yml b/services/beszel/agent/docker-compose.yml index 730cc60..179dba9 100644 --- a/services/beszel/agent/docker-compose.yml +++ b/services/beszel/agent/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/beszel/hub/docker-compose.yml b/services/beszel/hub/docker-compose.yml index b65d67c..087b144 100644 --- a/services/beszel/hub/docker-compose.yml +++ b/services/beszel/hub/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/changedetection/docker-compose.yml b/services/changedetection/docker-compose.yml index f91feeb..aebeb55 100644 --- a/services/changedetection/docker-compose.yml +++ b/services/changedetection/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/cyberchef/docker-compose.yml b/services/cyberchef/docker-compose.yml index a5dd03c..86b8ee1 100644 --- a/services/cyberchef/docker-compose.yml +++ b/services/cyberchef/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/ddns-updater/docker-compose.yml b/services/ddns-updater/docker-compose.yml index c4991ec..4c781d5 100644 --- a/services/ddns-updater/docker-compose.yml +++ b/services/ddns-updater/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/dozzle/docker-compose.yml b/services/dozzle/docker-compose.yml index c5c428a..45b035a 100644 --- a/services/dozzle/docker-compose.yml +++ b/services/dozzle/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/excalidraw/docker-compose.yml b/services/excalidraw/docker-compose.yml index 7340c5e..11dcead 100644 --- a/services/excalidraw/docker-compose.yml +++ b/services/excalidraw/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/gokapi/docker-compose.yml b/services/gokapi/docker-compose.yml index 22e1647..f775368 100644 --- a/services/gokapi/docker-compose.yml +++ b/services/gokapi/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/homarr/docker-compose.yml b/services/homarr/docker-compose.yml index d8ecd01..65abe9b 100644 --- a/services/homarr/docker-compose.yml +++ b/services/homarr/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/isley/docker-compose.yml b/services/isley/docker-compose.yml index 9b65dd5..139a117 100644 --- a/services/isley/docker-compose.yml +++ b/services/isley/docker-compose.yml @@ -12,7 +12,7 @@ services: - TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required - TS_USERSPACE=false volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/it-tools/docker-compose.yml b/services/it-tools/docker-compose.yml index a5dd03c..86b8ee1 100644 --- a/services/it-tools/docker-compose.yml +++ b/services/it-tools/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/jellyfin/docker-compose.yml b/services/jellyfin/docker-compose.yml index 7e477f3..4b4f788 100644 --- a/services/jellyfin/docker-compose.yml +++ b/services/jellyfin/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/languagetool/docker-compose.yml b/services/languagetool/docker-compose.yml index 9c908a5..282b8df 100644 --- a/services/languagetool/docker-compose.yml +++ b/services/languagetool/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/nextcloud/docker-compose.yml b/services/nextcloud/docker-compose.yml index bccb82d..1ae74a0 100644 --- a/services/nextcloud/docker-compose.yml +++ b/services/nextcloud/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/nodered/docker-compose.yml b/services/nodered/docker-compose.yml index 24169c8..985d8cc 100644 --- a/services/nodered/docker-compose.yml +++ b/services/nodered/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/pihole/docker-compose.yml b/services/pihole/docker-compose.yml index 5b1eb7b..6ab4f8f 100644 --- a/services/pihole/docker-compose.yml +++ b/services/pihole/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/pingvin-share/docker-compose.yml b/services/pingvin-share/docker-compose.yml index f905a53..654ca8a 100644 --- a/services/pingvin-share/docker-compose.yml +++ b/services/pingvin-share/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/plex/docker-compose.yml b/services/plex/docker-compose.yml index 3ad7709..bcc3e36 100644 --- a/services/plex/docker-compose.yml +++ b/services/plex/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/portainer/docker-compose.yml b/services/portainer/docker-compose.yml index b8024b1..097753f 100644 --- a/services/portainer/docker-compose.yml +++ b/services/portainer/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/qbittorrent/docker-compose.yml b/services/qbittorrent/docker-compose.yml index 1a75b89..9bdc7ce 100644 --- a/services/qbittorrent/docker-compose.yml +++ b/services/qbittorrent/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/radarr/docker-compose.yml b/services/radarr/docker-compose.yml index da5fab0..233752f 100644 --- a/services/radarr/docker-compose.yml +++ b/services/radarr/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/resilio-sync/docker-compose.yml b/services/resilio-sync/docker-compose.yml index fcf23c8..431efb2 100644 --- a/services/resilio-sync/docker-compose.yml +++ b/services/resilio-sync/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/searxng/docker-compose.yml b/services/searxng/docker-compose.yml index 0daa80d..0eb466a 100644 --- a/services/searxng/docker-compose.yml +++ b/services/searxng/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/slink/docker-compose.yml b/services/slink/docker-compose.yml index 1a621be..b61cc0f 100644 --- a/services/slink/docker-compose.yml +++ b/services/slink/docker-compose.yml @@ -12,7 +12,7 @@ services: - TS_SERVE_CONFIG=/config/serve.json # Tailsacale Serve configuration to expose the web interface on your local Tailnet - remove this line if not required - TS_USERSPACE=false volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/sonarr/docker-compose.yml b/services/sonarr/docker-compose.yml index e6ec7f2..1237eaa 100644 --- a/services/sonarr/docker-compose.yml +++ b/services/sonarr/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/stirlingpdf/docker-compose.yml b/services/stirlingpdf/docker-compose.yml index eda9d81..bcfbb10 100644 --- a/services/stirlingpdf/docker-compose.yml +++ b/services/stirlingpdf/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/tailscale-exit-node/docker-compose.yml b/services/tailscale-exit-node/docker-compose.yml index ada5b2a..bb101ee 100644 --- a/services/tailscale-exit-node/docker-compose.yml +++ b/services/tailscale-exit-node/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/tautulli/docker-compose.yml b/services/tautulli/docker-compose.yml index e244083..660b30f 100644 --- a/services/tautulli/docker-compose.yml +++ b/services/tautulli/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/technitium/README.md b/services/technitium/README.md index 9439321..3696b23 100644 --- a/services/technitium/README.md +++ b/services/technitium/README.md @@ -9,10 +9,3 @@ This Docker Compose configuration sets up a [Technitium DNS Server](https://gith ## Configuration Overview In this setup, the Technitium Service runs on Tailscale, which manages secure networking for the Technitium DNS Services. The `Technitium` utilizes the Tailscale network stack via Docker's `network_mode: technitium:` configuration. This setup ensures that Technitium's Technitium is only accessible through the Tailscale network (or locally, if preferred. Modifications nescsary), providing an extra layer of security and privacy for your Technitium. - -## Files to check - -Please check the following contents for validity as some variables need to be defined upfront. - -- `.env` // This files hold the main parts - must check -- `./config/serve.json` // This file contains the service port for tailscale (preconfigured) diff --git a/services/technitium/docker-compose.yml b/services/technitium/docker-compose.yml index 8387822..492eb11 100644 --- a/services/technitium/docker-compose.yml +++ b/services/technitium/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/uptime-kuma/docker-compose.yml b/services/uptime-kuma/docker-compose.yml index a74c7a1..e0ed2fe 100644 --- a/services/uptime-kuma/docker-compose.yml +++ b/services/uptime-kuma/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/services/vaultwarden/docker-compose.yml b/services/vaultwarden/docker-compose.yml index bb7e4ff..e613f48 100644 --- a/services/vaultwarden/docker-compose.yml +++ b/services/vaultwarden/docker-compose.yml @@ -14,7 +14,7 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work diff --git a/templates/service-template/docker-compose.yml b/templates/service-template/docker-compose.yml index 5681d3f..9aeff36 100644 --- a/templates/service-template/docker-compose.yml +++ b/templates/service-template/docker-compose.yml @@ -14,8 +14,9 @@ services: - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint volumes: - - ${PWD}/${SERVICE}/ts/config:/config # Config folder used to store Tailscale files - you may need to change the path + - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/${SERVICE}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path + devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work cap_add: - net_admin # Tailscale requirement