diff --git a/.env b/.env index 07aa661..b43de9b 100644 --- a/.env +++ b/.env @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 7f5f933..a2cd581 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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