Skip to content

Commit

Permalink
Fix: Health check for Isley placed under devices section. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspiering authored Jan 10, 2025
1 parent ef29e0c commit 6f059fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/isley/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ services:
- TS_STATE_DIR=/var/lib/tailscale
- 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
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
volumes:
- ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path
- ${PWD}/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
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
cap_add:
- net_admin # Tailscale requirement
- sys_module # Tailscale requirement
Expand Down

0 comments on commit 6f059fd

Please sign in to comment.