diff --git a/.env b/.env index e4dbc7e..07aa661 100644 --- a/.env +++ b/.env @@ -88,7 +88,7 @@ OPEN_RUNTIMES_NETWORK=integration-for-gitpod_runtimes _APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes _APP_DOCKER_HUB_USERNAME= _APP_DOCKER_HUB_PASSWORD= -_APP_FUNCTIONS_MAINTENANCE_INTERVAL=60 +_APP_FUNCTIONS_MAINTENANCE_INTERVAL=3600 _APP_VCS_GITHUB_APP_NAME= _APP_VCS_GITHUB_PRIVATE_KEY= _APP_VCS_GITHUB_APP_ID= diff --git a/docker-compose.yml b/docker-compose.yml index c445556..7f5f933 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - appwrite appwrite: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 container_name: appwrite <<: *x-logging restart: unless-stopped @@ -160,7 +160,7 @@ services: - _APP_ASSISTANT_OPENAI_API_KEY appwrite-realtime: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: realtime container_name: appwrite-realtime <<: *x-logging @@ -204,7 +204,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-audits: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-audits <<: *x-logging container_name: appwrite-worker-audits @@ -231,7 +231,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-webhooks: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-webhooks <<: *x-logging container_name: appwrite-worker-webhooks @@ -254,7 +254,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-deletes: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-deletes <<: *x-logging container_name: appwrite-worker-deletes @@ -310,7 +310,7 @@ services: - _APP_EXECUTOR_HOST appwrite-worker-databases: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-databases <<: *x-logging container_name: appwrite-worker-databases @@ -337,7 +337,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-builds: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-builds <<: *x-logging container_name: appwrite-worker-builds @@ -376,9 +376,30 @@ services: - _APP_FUNCTIONS_MEMORY - _APP_OPTIONS_FORCE_HTTPS - _APP_DOMAIN + - _APP_STORAGE_DEVICE + - _APP_STORAGE_S3_ACCESS_KEY + - _APP_STORAGE_S3_SECRET + - _APP_STORAGE_S3_REGION + - _APP_STORAGE_S3_BUCKET + - _APP_STORAGE_DO_SPACES_ACCESS_KEY + - _APP_STORAGE_DO_SPACES_SECRET + - _APP_STORAGE_DO_SPACES_REGION + - _APP_STORAGE_DO_SPACES_BUCKET + - _APP_STORAGE_BACKBLAZE_ACCESS_KEY + - _APP_STORAGE_BACKBLAZE_SECRET + - _APP_STORAGE_BACKBLAZE_REGION + - _APP_STORAGE_BACKBLAZE_BUCKET + - _APP_STORAGE_LINODE_ACCESS_KEY + - _APP_STORAGE_LINODE_SECRET + - _APP_STORAGE_LINODE_REGION + - _APP_STORAGE_LINODE_BUCKET + - _APP_STORAGE_WASABI_ACCESS_KEY + - _APP_STORAGE_WASABI_SECRET + - _APP_STORAGE_WASABI_REGION + - _APP_STORAGE_WASABI_BUCKET appwrite-worker-certificates: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-certificates <<: *x-logging container_name: appwrite-worker-certificates @@ -412,7 +433,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-functions: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-functions <<: *x-logging container_name: appwrite-worker-functions @@ -449,7 +470,7 @@ services: - _APP_LOGGING_PROVIDER appwrite-worker-mails: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-mails <<: *x-logging container_name: appwrite-worker-mails @@ -477,7 +498,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-messaging: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-messaging <<: *x-logging container_name: appwrite-worker-messaging @@ -499,7 +520,7 @@ services: - _APP_LOGGING_CONFIG appwrite-worker-migrations: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: worker-migrations <<: *x-logging container_name: appwrite-worker-migrations @@ -530,7 +551,7 @@ services: - _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET appwrite-maintenance: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: maintenance <<: *x-logging container_name: appwrite-maintenance @@ -564,7 +585,7 @@ services: - _APP_MAINTENANCE_RETENTION_SCHEDULES appwrite-usage: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: usage container_name: appwrite-usage <<: *x-logging @@ -595,7 +616,7 @@ services: - _APP_LOGGING_CONFIG appwrite-schedule: - image: appwrite/appwrite:1.4.2 + image: appwrite/appwrite:1.4.3 entrypoint: schedule container_name: appwrite-schedule <<: *x-logging @@ -608,6 +629,7 @@ services: environment: - _APP_ENV - _APP_WORKER_PER_CORE + - _APP_OPENSSL_KEY_V1 - _APP_REDIS_HOST - _APP_REDIS_PORT - _APP_REDIS_USER @@ -633,7 +655,7 @@ services: hostname: appwrite-executor <<: *x-logging stop_signal: SIGINT - image: openruntimes/executor:0.4.0 + image: openruntimes/executor:0.4.1 networks: - appwrite - runtimes