mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-24 16:38:41 +03:00
add rsyncd config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user