From af7f4364a2b91be95de9f03f7f31ae9602b92bed Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 13:58:50 -0500 Subject: [PATCH] feat: upgrade to v2 --- hosts/ps10rp/komodo-periphery/compose.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/ps10rp/komodo-periphery/compose.yaml b/hosts/ps10rp/komodo-periphery/compose.yaml index ee8a96c0c..b6966069c 100644 --- a/hosts/ps10rp/komodo-periphery/compose.yaml +++ b/hosts/ps10rp/komodo-periphery/compose.yaml @@ -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: