1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Remove volume sync container

This commit is contained in:
Jake Barnby 2022-11-18 21:09:11 +13:00
parent 35740fe65b
commit 7dc5617339
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -564,19 +564,6 @@ services:
- _APP_MAINTENANCE_RETENTION_AUDIT
- _APP_MAINTENANCE_RETENTION_SCHEDULES
appwrite-volume-sync:
entrypoint: volume-sync
<<: *x-logging
container_name: appwrite-volume-sync
image: appwrite-dev
command:
- --source=/data/src/ --destination=/data/dest/ --interval=10
networks:
- appwrite
# volumes: # Mount the rsync source and destination directories
# - /nfs/config:/data/src
# - /storage/config:/data/dest
appwrite-usage:
entrypoint: usage
<<: *x-logging