add rsyncd config

This commit is contained in:
Michael C
2021-10-26 21:55:32 -04:00
parent d06762418e
commit 65fa663a1a
2 changed files with 24 additions and 0 deletions

View File

@@ -28,6 +28,15 @@ services:
- 3241:3000
volumes:
- ./newleaf/configuration.py:/workdir/configuration.py
rsync:
image: mchangrh/rsync:latest
container_name: rsync
restart: always
ports:
- 873:873
volumes:
- ./rsync/rsync.conf:/etc/rsync.conf
- ./database-export/:/mirror
volumes:
database-data: