forked from finn/tinyboard
add syncthing to spoke
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user