1
0
Fork 0

Added compose configurations for Syncthing.

This commit is contained in:
Jonathan Chan 2020-12-31 22:51:02 +00:00
parent 52a26dd03e
commit a8e617f43b
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
!ttrss/
!funkwhale/
!mediawiki/
!syncthing/
!**/docker-compose.yml
!**/Dockerfile
!.gitignore

View File

@ -0,0 +1,16 @@
version: "3"
services:
syncthing:
image: syncthing/syncthing
container_name: syncthing
restart: always
environment:
- PUID=1000
- PGID=1000
ports:
- "8384:8384"
- "22000:22000"
- "21027:21027/udp"
volumes:
- .:/var/syncthing