https://github.com/zebradil/docker-services
Personal collection of docker service files
https://github.com/zebradil/docker-services
docker taskd taskwarrior
Last synced: 6 months ago
JSON representation
Personal collection of docker service files
- Host: GitHub
- URL: https://github.com/zebradil/docker-services
- Owner: Zebradil
- Created: 2017-05-17T23:51:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:05:10.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:50:19.248Z (over 1 year ago)
- Topics: docker, taskd, taskwarrior
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker services collection
===Taskd
---**Containers**:
- [ogarcia/taskd](https://github.com/ogarcia/docker-taskd)**Volumes**:
- `/var/taskd`**Ports**:
- 53589**Run**: `docker stack deploy -c taskd.yml taskd`
Syncthing
---**Containers**:
- [zebradil/syncthing](https://github.com/zebradil/syncthing)**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`