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