Files
infrastructure/hosts/ps10rp/blocky/compose.yaml
Renovate Bot b8cd1a4bb1
Some checks failed
lint-test-docker / lint-docker-compose (push) Successful in 47s
renovate / renovate (push) Has been cancelled
Update ghcr.io/tailscale/tailscale Docker tag to v1.92.5 (#3078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://github.com/tailscale/tailscale)) | patch | `v1.92.4` → `v1.92.5` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (ghcr.io/tailscale/tailscale)</summary>

### [`v1.92.5`](https://github.com/tailscale/tailscale/releases/tag/v1.92.5)

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.92.4...v1.92.5)

Please refer to the changelog available at <https://tailscale.com/changelog>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->

Reviewed-on: #3078
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-07 02:05:42 +00:00

34 lines
848 B
YAML

---
services:
tailscale-blocky:
image: ghcr.io/tailscale/tailscale:v1.92.5
container_name: tailscale-blocky
cap_add:
- net_admin
- sys_module
environment:
- TS_STATE_DIR=/var/lib/tailscale
- TS_ENABLE_METRICS=true
- TS_HOSTNAME=blocky-ps10rp
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.28.2
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: