Files
infrastructure/hosts/ps09rp/blocky/compose.yaml
T
renovate-bot 161d5e4b3a
lint-test-helm / lint-helm (pull_request) Successful in 37s
lint-test-helm / validate-kubeconform (pull_request) Successful in 41s
lint-test-docker / lint-docker-compose (pull_request) Successful in 2m14s
render-manifests / render-manifests (pull_request) Successful in 40s
chore(deps): update blocky to v0.30.0
2026-05-18 21:29:30 +00:00

34 lines
992 B
YAML

---
services:
tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.96.5@sha256:dbeff02d2337344b351afac203427218c4d0a06c43fc10a865184063498472a6
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.30.0@sha256:d9f15eddffedded40797406349012cbd5966ef99c286b13321e7a76efddb9bdc
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: