chore: refactor code

This commit is contained in:
Christy Jacob
2023-10-25 01:14:29 +04:00
parent bf1db0dced
commit d4e6e86ade
+1 -5
View File
@@ -822,7 +822,6 @@ services:
xtrabackup:
image: percona/percona-xtrabackup:8.0.33
container_name: xtrabackup
command: sleep infinity
volumes:
- backup-data:/backups:rw
@@ -834,7 +833,6 @@ services:
appwrite-backup:
image: appwrite-dev
<<: *x-logging
container_name: appwrite-backup
command: database-backup --database=db_fra1_03
networks:
- appwrite
@@ -854,9 +852,8 @@ services:
- _APP_LOGGING_CONFIG
appwrite-restore:
command: sleep infinity
container_name: appwrite-restore
image: appwrite-dev
command: sleep infinity
networks:
- appwrite
volumes:
@@ -1022,5 +1019,4 @@ volumes:
appwrite-builds:
appwrite-influxdb:
appwrite-config:
backup-data:
# appwrite-chronograf: