Updated Dify & Appwrite

This commit is contained in:
Ahson Shaikh
2025-12-30 20:30:42 +05:00
parent 6f07307229
commit 128651d310
14 changed files with 1617 additions and 255 deletions
+30 -23
View File
@@ -28,7 +28,7 @@ services:
- appwrite
appwrite:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
<<: *x-logging
restart: unless-stopped
networks:
@@ -83,6 +83,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
@@ -162,10 +164,9 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_ID
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
- _APP_ASSISTANT_OPENAI_API_KEY
appwrite-console:
<<: *x-logging
image: appwrite/console:6.0.13
image: appwrite/console:7.4.7
restart: unless-stopped
networks:
- appwrite
@@ -185,7 +186,7 @@ services:
- traefik.http.routers.appwrite_console_https.tls=true
appwrite-realtime:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: realtime
<<: *x-logging
restart: unless-stopped
@@ -227,7 +228,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-audits:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-audits
<<: *x-logging
restart: unless-stopped
@@ -252,7 +253,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-webhooks:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-webhooks
<<: *x-logging
restart: unless-stopped
@@ -279,7 +280,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-deletes:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-deletes
<<: *x-logging
restart: unless-stopped
@@ -341,7 +342,7 @@ services:
- _APP_EMAIL_CERTIFICATES
appwrite-worker-databases:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-databases
<<: *x-logging
restart: unless-stopped
@@ -366,7 +367,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-builds:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-builds
<<: *x-logging
restart: unless-stopped
@@ -433,7 +434,7 @@ services:
- _APP_DOMAIN_SITES
appwrite-worker-certificates:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-certificates
<<: *x-logging
restart: unless-stopped
@@ -453,6 +454,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_EMAIL_CERTIFICATES
- _APP_REDIS_HOST
@@ -467,7 +470,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-functions:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-functions
<<: *x-logging
restart: unless-stopped
@@ -505,7 +508,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-mails:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-mails
<<: *x-logging
restart: unless-stopped
@@ -538,7 +541,7 @@ services:
- _APP_OPTIONS_FORCE_HTTPS
appwrite-worker-messaging:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-messaging
<<: *x-logging
restart: unless-stopped
@@ -588,7 +591,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET
appwrite-worker-migrations:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-migrations
<<: *x-logging
restart: unless-stopped
@@ -606,6 +609,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_EMAIL_SECURITY
- _APP_REDIS_HOST
- _APP_REDIS_PORT
@@ -621,7 +626,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
appwrite-task-maintenance:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: maintenance
<<: *x-logging
restart: unless-stopped
@@ -636,6 +641,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
@@ -657,7 +664,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES
appwrite-task-stats-resources:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: stats-resources
<<: *x-logging
restart: unless-stopped
@@ -685,7 +692,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL
appwrite-worker-stats-resources:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-stats-resources
<<: *x-logging
restart: unless-stopped
@@ -712,7 +719,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL
appwrite-worker-stats-usage:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: worker-stats-usage
<<: *x-logging
restart: unless-stopped
@@ -739,7 +746,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL
appwrite-task-scheduler-functions:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: schedule-functions
<<: *x-logging
restart: unless-stopped
@@ -763,7 +770,7 @@ services:
- _APP_DB_PASS
appwrite-task-scheduler-executions:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: schedule-executions
<<: *x-logging
restart: unless-stopped
@@ -787,7 +794,7 @@ services:
- _APP_DB_PASS
appwrite-task-scheduler-messages:
image: appwrite/appwrite:1.7.4
image: appwrite/appwrite:1.8.0
entrypoint: schedule-messages
<<: *x-logging
restart: unless-stopped
@@ -811,7 +818,7 @@ services:
- _APP_DB_PASS
appwrite-assistant:
image: appwrite/assistant:0.4.0
image: appwrite/assistant:0.8.3
<<: *x-logging
restart: unless-stopped
networks:
@@ -831,7 +838,7 @@ services:
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.7.14
image: openruntimes/executor:0.7.22
networks:
- appwrite
- runtimes