2022-10-01 17:31:31 -07:00
|
|
|
version: "2"
|
|
|
|
|
|
|
|
services:
|
2022-10-13 07:59:08 -07:00
|
|
|
syncserver:
|
|
|
|
build: ./build
|
|
|
|
container_name: syncthing
|
|
|
|
restart: unless-stopped
|
2022-10-01 17:31:31 -07:00
|
|
|
|
2022-10-13 07:59:08 -07:00
|
|
|
volumes:
|
|
|
|
- "./stdata:/stdata"
|
|
|
|
- "./stconfig:/stconfig"
|
|
|
|
|
|
|
|
ports:
|
2022-11-15 22:06:34 -08:00
|
|
|
- "127.0.0.1:8384:8384"
|
|
|
|
# Only uncomment if you need a relay
|
|
|
|
# TODO: envvar to disable relay
|
|
|
|
#- "22067:22067"
|