mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: refactor code
This commit is contained in:
+1
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user