feat: upgrade to v2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
tailscale-komodo-periphery:
|
tailscale-komodo-periphery:
|
||||||
image: ghcr.io/tailscale/tailscale:latest@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
|
image: ghcr.io/tailscale/tailscale:v1.94.2@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
|
||||||
container_name: tailscale-komodo-periphery
|
container_name: tailscale-komodo-periphery
|
||||||
cap_add:
|
cap_add:
|
||||||
- net_admin
|
- net_admin
|
||||||
@@ -20,10 +20,10 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
komodo-periphery:
|
komodo-periphery:
|
||||||
image: ghcr.io/moghtech/komodo-periphery:latest@sha256:bd79cf960ed054fe8e02384322303e462448679b1149dde48bbef151417255b1
|
image: ghcr.io/moghtech/komodo-periphery:2.0.0@sha256:cc9aff8b621d49bbcca394e1538d9d9ea28c48bcfd2d6c8a6f9d5d3eef7f8341
|
||||||
container_name: komodo-periphery
|
container_name: komodo-periphery
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .komodo-env
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
restart: always
|
restart: always
|
||||||
@@ -32,6 +32,8 @@ services:
|
|||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
- /mnt/data/komodo/repos:/etc/komodo/repos
|
- /mnt/data/komodo/repos:/etc/komodo/repos
|
||||||
- /mnt/data/komodo/stacks:/etc/komodo/stacks
|
- /mnt/data/komodo/stacks:/etc/komodo/stacks
|
||||||
|
- keys:/etc/komodo/keys
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tailscale:
|
tailscale:
|
||||||
|
keys:
|
||||||
|
|||||||
Reference in New Issue
Block a user