From 5f5d2fa7608d7a991e486f79750c294b89e9e88a Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 14 Apr 2026 15:29:25 -0700 Subject: [PATCH] add syncthing to spoke --- spoke/compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spoke/compose.yaml b/spoke/compose.yaml index 70e21be..b90da4f 100644 --- a/spoke/compose.yaml +++ b/spoke/compose.yaml @@ -18,3 +18,14 @@ services: - /home/armbian/.ssh/oilykey2026:/home/armbian/.ssh/oilykey2026:ro - /home/armbian/.ssh/known_hosts:/home/armbian/.ssh/known_hosts:ro - /home/armbian/share:/home/armbian/share + syncthing: + image: syncthing/syncthing + container_name: spoke-syncthing + hostname: spoke-syncthing + restart: unless-stopped + network_mode: host + environment: + - PUID=1000 + - PGID=1000 + volumes: + - /home/armbian/share:/var/syncthing