Compare commits
3 Commits
42effd6dce
...
c1fa049538
| Author | SHA1 | Date | |
|---|---|---|---|
| c1fa049538 | |||
| ba6fad3d6f | |||
| 70946ad614 |
@@ -1,20 +1,5 @@
|
||||
---
|
||||
services:
|
||||
tailscale-blocky:
|
||||
image: ghcr.io/tailscale/tailscale:v1.78.3
|
||||
container_name: tailscale-blocky
|
||||
cap_add:
|
||||
- net_admin
|
||||
environment:
|
||||
- TS_STATE_DIR=/var/lib/tailscale
|
||||
- TS_ENABLE_METRICS=true
|
||||
- TS_HOSTNAME=blocky-ps10rp
|
||||
- TS_USERSPACE=true
|
||||
network_mode: service:blocky
|
||||
restart: always
|
||||
volumes:
|
||||
- tailscale:/var/lib/tailscale
|
||||
|
||||
blocky:
|
||||
image: ghcr.io/0xerr0r/blocky:v0.24
|
||||
container_name: blocky
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
---
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
tailscale-komodo-periphery:
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
services:
|
||||
tailscale:
|
||||
image: ghcr.io/tailscale/tailscale:v1.78.3
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
tailscale-traefik:
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
image: ghcr.io/tailscale/tailscale:v1.78.3
|
||||
container_name: tailscale-traefik
|
||||
cap_add:
|
||||
- net_admin
|
||||
|
||||
Reference in New Issue
Block a user