Files
infrastructure/hosts/ps10rp/komodo-periphery/compose.yaml
Renovate Bot 2fc101bbba
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 25s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Successful in 1m6s
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m43s
chore(deps): update komodo to v2.1.1
2026-04-02 23:02:57 +00:00

40 lines
1.2 KiB
YAML

---
services:
tailscale-komodo-periphery:
image: ghcr.io/tailscale/tailscale:v1.94.2@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
container_name: tailscale-komodo-periphery
cap_add:
- net_admin
- sys_module
environment:
- TS_STATE_DIR=/var/lib/tailscale
- TS_ENABLE_METRICS=true
- TS_HOSTNAME=komodo-periphery-ps10rp
env_file:
- .ts-env
network_mode: service:komodo-periphery
restart: always
volumes:
- tailscale:/var/lib/tailscale
devices:
- /dev/net/tun:/dev/net/tun
komodo-periphery:
image: ghcr.io/moghtech/komodo-periphery:2.1.1@sha256:9324baa15d355796fc8ab7fb4a4de7f2904327238100fa78fc2c814ba9d56022
container_name: komodo-periphery
init: true
env_file:
- .komodo-env
environment:
- TZ=America/Chicago
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
- /mnt/data/komodo:/etc/komodo
- keys:/config/keys
volumes:
tailscale:
keys: