Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ _APP_ENV=production
_APP_LOCALE=en
_APP_OPTIONS_ABUSE=enabled
_APP_OPTIONS_FORCE_HTTPS=disabled
_APP_OPTIONS_FUNCTIONS_FORCE_HTTPS=disabled
_APP_OPTIONS_ROUTER_PROTECTION=disabled
_APP_OPENSSL_KEY_V1=learning-key
_APP_DOMAIN=localhost
_APP_DOMAIN_FUNCTIONS=localhost
Expand Down
39 changes: 22 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- appwrite

appwrite:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -77,7 +77,9 @@ services:
- _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
- _APP_SYSTEM_RESPONSE_FORMAT
- _APP_OPTIONS_ABUSE
- _APP_OPTIONS_ROUTER_PROTECTION
- _APP_OPTIONS_FORCE_HTTPS
- _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
- _APP_OPENSSL_KEY_V1
- _APP_DOMAIN
- _APP_DOMAIN_TARGET
Expand Down Expand Up @@ -160,7 +162,7 @@ services:
- _APP_ASSISTANT_OPENAI_API_KEY

appwrite-realtime:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: realtime
container_name: appwrite-realtime
<<: *x-logging
Expand Down Expand Up @@ -189,6 +191,7 @@ services:
- _APP_ENV
- _APP_WORKER_PER_CORE
- _APP_OPTIONS_ABUSE
- _APP_OPTIONS_ROUTER_PROTECTION
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
- _APP_REDIS_PORT
Expand All @@ -204,7 +207,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-audits:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-audits
<<: *x-logging
container_name: appwrite-worker-audits
Expand All @@ -231,7 +234,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-webhooks:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-webhooks
<<: *x-logging
container_name: appwrite-worker-webhooks
Expand All @@ -254,7 +257,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-deletes:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-deletes
<<: *x-logging
container_name: appwrite-worker-deletes
Expand Down Expand Up @@ -310,7 +313,7 @@ services:
- _APP_EXECUTOR_HOST

appwrite-worker-databases:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-databases
<<: *x-logging
container_name: appwrite-worker-databases
Expand All @@ -337,7 +340,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-builds:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-builds
<<: *x-logging
container_name: appwrite-worker-builds
Expand Down Expand Up @@ -374,7 +377,9 @@ services:
- _APP_FUNCTIONS_BUILD_TIMEOUT
- _APP_FUNCTIONS_CPUS
- _APP_FUNCTIONS_MEMORY
- _APP_FUNCTIONS_SIZE_LIMIT
- _APP_OPTIONS_FORCE_HTTPS
- _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS
- _APP_DOMAIN
- _APP_STORAGE_DEVICE
- _APP_STORAGE_S3_ACCESS_KEY
Expand All @@ -399,7 +404,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET

appwrite-worker-certificates:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand Down Expand Up @@ -433,7 +438,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-functions:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-functions
<<: *x-logging
container_name: appwrite-worker-functions
Expand Down Expand Up @@ -470,7 +475,7 @@ services:
- _APP_LOGGING_PROVIDER

appwrite-worker-mails:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-mails
<<: *x-logging
container_name: appwrite-worker-mails
Expand Down Expand Up @@ -498,7 +503,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-messaging:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-messaging
<<: *x-logging
container_name: appwrite-worker-messaging
Expand All @@ -520,7 +525,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-migrations:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: worker-migrations
<<: *x-logging
container_name: appwrite-worker-migrations
Expand Down Expand Up @@ -551,7 +556,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET

appwrite-maintenance:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-maintenance
Expand Down Expand Up @@ -585,7 +590,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES

appwrite-usage:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: usage
container_name: appwrite-usage
<<: *x-logging
Expand Down Expand Up @@ -616,7 +621,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-schedule:
image: appwrite/appwrite:1.4.3
image: appwrite/appwrite:1.4.4
entrypoint: schedule
container_name: appwrite-schedule
<<: *x-logging
Expand All @@ -641,7 +646,7 @@ services:
- _APP_DB_PASS

appwrite-assistant:
image: appwrite/assistant:0.2.1
image: appwrite/assistant:0.2.2
container_name: appwrite-assistant
<<: *x-logging
restart: unless-stopped
Expand All @@ -655,7 +660,7 @@ services:
hostname: appwrite-executor
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.4.1
image: openruntimes/executor:0.4.2
networks:
- appwrite
- runtimes
Expand Down