Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 568 Bytes

Docker services collection

Taskd

Containers:

Volumes:

  • /var/taskd

Ports:

  • 53589

Run: docker stack deploy -c taskd.yml taskd

Syncthing

Containers:

Volumes:

  • data (may change through SYNCTHING_DATA_DIR)
  • config (may change through SYNCTHING_CONFIG_DIR)

Ports:

  • 8384
  • 22000
  • 21027/udp

Run: SYNCTHING_DATA_DIR=/var/sync docker stack deploy -c syncthing.yml syncthing