update templates 30.08.24

This commit is contained in:
serban-alexandru
2024-08-30 11:34:52 +03:00
parent a1e4cc61cf
commit 9895741b66
35 changed files with 986 additions and 173 deletions
+31 -29
View File
@@ -28,7 +28,7 @@ services:
- appwrite
appwrite:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
<<: *x-logging
restart: unless-stopped
networks:
@@ -43,10 +43,10 @@ services:
- traefik.http.routers.appwrite_api_http.rule=PathPrefix(`/`)
- traefik.http.routers.appwrite_api_http.service=appwrite_api
# https
# - traefik.http.routers.appwrite_api_https.entrypoints=appwrite_websecure
# - traefik.http.routers.appwrite_api_https.rule=PathPrefix(`/`)
# - traefik.http.routers.appwrite_api_https.service=appwrite_api
# - traefik.http.routers.appwrite_api_https.tls=true
- traefik.http.routers.appwrite_api_https.entrypoints=appwrite_websecure
- traefik.http.routers.appwrite_api_https.rule=PathPrefix(`/`)
- traefik.http.routers.appwrite_api_https.service=appwrite_api
- traefik.http.routers.appwrite_api_https.tls=true
volumes:
- appwrite-uploads:/storage/uploads:rw
- appwrite-cache:/storage/cache:rw
@@ -67,7 +67,7 @@ services:
- _APP_CONSOLE_HOSTNAMES
- _APP_SYSTEM_EMAIL_NAME
- _APP_SYSTEM_EMAIL_ADDRESS
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
- _APP_EMAIL_SECURITY
- _APP_SYSTEM_RESPONSE_FORMAT
- _APP_OPTIONS_ABUSE
- _APP_OPTIONS_ROUTER_PROTECTION
@@ -152,7 +152,7 @@ services:
- _APP_ASSISTANT_OPENAI_API_KEY
appwrite-realtime:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: realtime
<<: *x-logging
restart: unless-stopped
@@ -166,10 +166,10 @@ services:
- traefik.http.routers.appwrite_realtime_ws.rule=PathPrefix(`/v1/realtime`)
- traefik.http.routers.appwrite_realtime_ws.service=appwrite_realtime
# wss
# - traefik.http.routers.appwrite_realtime_wss.entrypoints=appwrite_websecure
# - traefik.http.routers.appwrite_realtime_wss.rule=PathPrefix(`/v1/realtime`)
# - traefik.http.routers.appwrite_realtime_wss.service=appwrite_realtime
# - traefik.http.routers.appwrite_realtime_wss.tls=true
- traefik.http.routers.appwrite_realtime_wss.entrypoints=appwrite_websecure
- traefik.http.routers.appwrite_realtime_wss.rule=PathPrefix(`/v1/realtime`)
- traefik.http.routers.appwrite_realtime_wss.service=appwrite_realtime
- traefik.http.routers.appwrite_realtime_wss.tls=true
networks:
- appwrite
depends_on:
@@ -195,7 +195,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-audits:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-audits
<<: *x-logging
restart: unless-stopped
@@ -221,7 +221,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-webhooks:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-webhooks
<<: *x-logging
restart: unless-stopped
@@ -234,6 +234,7 @@ services:
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
- _APP_EMAIL_SECURITY
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
- _APP_DB_HOST
- _APP_DB_PORT
@@ -248,7 +249,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-deletes:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-deletes
<<: *x-logging
restart: unless-stopped
@@ -303,7 +304,7 @@ services:
- _APP_EXECUTOR_HOST
appwrite-worker-databases:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-databases
<<: *x-logging
restart: unless-stopped
@@ -329,7 +330,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-builds:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-builds
<<: *x-logging
restart: unless-stopped
@@ -392,7 +393,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET
appwrite-worker-certificates:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-certificates
<<: *x-logging
restart: unless-stopped
@@ -411,7 +412,7 @@ services:
- _APP_DOMAIN
- _APP_DOMAIN_TARGET
- _APP_DOMAIN_FUNCTIONS
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
- _APP_EMAIL_CERTIFICATES
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER
@@ -425,7 +426,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-functions:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-functions
<<: *x-logging
restart: unless-stopped
@@ -461,7 +462,7 @@ services:
- _APP_LOGGING_PROVIDER
appwrite-worker-mails:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-mails
<<: *x-logging
restart: unless-stopped
@@ -493,7 +494,7 @@ services:
- _APP_LOGGING_CONFIG
appwrite-worker-messaging:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-messaging
<<: *x-logging
restart: unless-stopped
@@ -543,7 +544,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET
appwrite-worker-migrations:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-migrations
<<: *x-logging
restart: unless-stopped
@@ -557,7 +558,7 @@ services:
- _APP_OPENSSL_KEY_V1
- _APP_DOMAIN
- _APP_DOMAIN_TARGET
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
- _APP_EMAIL_SECURITY
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER
@@ -573,7 +574,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
appwrite-task-maintenance:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: maintenance
<<: *x-logging
restart: unless-stopped
@@ -606,7 +607,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES
appwrite-worker-usage:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-usage
<<: *x-logging
restart: unless-stopped
@@ -634,7 +635,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL
appwrite-worker-usage-dump:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: worker-usage-dump
<<: *x-logging
networks:
@@ -661,7 +662,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL
appwrite-task-scheduler-functions:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: schedule-functions
<<: *x-logging
restart: unless-stopped
@@ -685,7 +686,7 @@ services:
- _APP_DB_PASS
appwrite-task-scheduler-messages:
image: appwrite/appwrite:1.5.7
image: appwrite/appwrite:1.5.10
entrypoint: schedule-messages
<<: *x-logging
restart: unless-stopped
@@ -722,7 +723,7 @@ services:
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.5.5
image: openruntimes/executor:0.5.7
networks:
- appwrite
- runtimes
@@ -798,6 +799,7 @@ services:
# clamav:
# image: appwrite/clamav:1.2.0
# container_name: appwrite-clamav
# restart: unless-stopped
# networks:
# - appwrite