feat: upgrade to v2 (#5075)
Reviewed-on: #5075
This commit was merged in pull request #5075.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
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
|
||||
cap_add:
|
||||
- net_admin
|
||||
@@ -20,10 +20,10 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
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
|
||||
env_file:
|
||||
- .env
|
||||
- .komodo-env
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
restart: always
|
||||
@@ -32,6 +32,8 @@ services:
|
||||
- /proc:/proc
|
||||
- /mnt/data/komodo/repos:/etc/komodo/repos
|
||||
- /mnt/data/komodo/stacks:/etc/komodo/stacks
|
||||
- keys:/etc/komodo/keys
|
||||
|
||||
volumes:
|
||||
tailscale:
|
||||
keys:
|
||||
|
||||
Reference in New Issue
Block a user