Skip to content

Commit

Permalink
Update TS
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson committed Nov 2, 2023
1 parent 6a9e025 commit 59848c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
limits:
cpus: "0.25"
tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.1-002
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion home/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
network_mode: service:homer-tailscale

homer-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.52.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
4 changes: 2 additions & 2 deletions monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
network_mode: service:tailscale-grafana

tailscale-grafana:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.1-002
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand All @@ -48,7 +48,7 @@ services:
network_mode: service:tailscale-prometheus

tailscale-prometheus:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.1-002
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
network_mode: service:tailscale

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.52.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down

0 comments on commit 59848c2

Please sign in to comment.