Files
infrastructure/hosts/ps09rp/blocky/compose.yaml
Renovate Bot cdc06f483b
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m44s
chore(deps): pin dependencies
2026-03-22 03:04:19 +00:00

34 lines
992 B
YAML

---
services:
tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.94.2@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
container_name: tailscale-blocky
cap_add:
- net_admin
- sys_module
environment:
- TS_STATE_DIR=/var/lib/tailscale
- TS_ENABLE_METRICS=true
- TS_HOSTNAME=blocky-ps09rp
network_mode: service:blocky
restart: always
volumes:
- tailscale:/var/lib/tailscale
devices:
- /dev/net/tun:/dev/net/tun
blocky:
image: ghcr.io/0xerr0r/blocky:v0.29.0@sha256:a6d99f323d3036a99a3767a52ad612f4d8f3f31167492bfc14d4ea57b24cdfd0
container_name: blocky
environment:
- TZ=America/Chicago
ports:
- 0.0.0.0:53:53/tcp
- 0.0.0.0:53:53/udp
restart: always
volumes:
- ./config.yml:/app/config.yml
volumes:
tailscale: