1
0
forked from finn/tinyboard

add syncthing to spoke

This commit is contained in:
2026-04-14 15:29:25 -07:00
parent d7014588f6
commit 5f5d2fa760

View File

@@ -18,3 +18,14 @@ services:
- /home/armbian/.ssh/oilykey2026:/home/armbian/.ssh/oilykey2026:ro - /home/armbian/.ssh/oilykey2026:/home/armbian/.ssh/oilykey2026:ro
- /home/armbian/.ssh/known_hosts:/home/armbian/.ssh/known_hosts:ro - /home/armbian/.ssh/known_hosts:/home/armbian/.ssh/known_hosts:ro
- /home/armbian/share:/home/armbian/share - /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