All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 11s
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m38s
40 lines
1.2 KiB
YAML
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.0@sha256:f5b272e3d9acd60d4eac69ea4fa0292dcaddfdecfc2be64ba5575e5ae18e72ae
|
|
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:
|