Skip to content

1.5.7 bump #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 6, 2024
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: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ _APP_FUNCTIONS_MEMORY=256
_APP_FUNCTIONS_MEMORY_SWAP=256
_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,java-16.0
_APP_EXECUTOR_SECRET=your-secret-key
_APP_EXECUTOR_HOST=http://appwrite-executor/v1
_APP_EXECUTOR_HOST=http://exc1/v1
_APP_EXECUTOR_RUNTIME_NETWORK=integration-for-gitpod_runtimes
_APP_FUNCTIONS_ENVS=node-16.0,php-8.0,python-3.9,ruby-3.0,java-16.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
Expand Down
61 changes: 41 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ x-logging: &x-logging
options:
max-file: '5'
max-size: '10m'
version: '3'

services:
traefik:
image: traefik:2.11
Expand Down Expand Up @@ -34,7 +32,7 @@ services:
- appwrite

appwrite:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -159,7 +157,7 @@ services:
- _APP_ASSISTANT_OPENAI_API_KEY

appwrite-realtime:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: realtime
container_name: appwrite-realtime
<<: *x-logging
Expand Down Expand Up @@ -203,7 +201,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-audits:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-audits
<<: *x-logging
container_name: appwrite-worker-audits
Expand All @@ -230,7 +228,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-webhooks:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-webhooks
<<: *x-logging
container_name: appwrite-worker-webhooks
Expand Down Expand Up @@ -258,7 +256,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-deletes:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-deletes
<<: *x-logging
container_name: appwrite-worker-deletes
Expand Down Expand Up @@ -314,7 +312,7 @@ services:
- _APP_EXECUTOR_HOST

appwrite-worker-databases:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-databases
<<: *x-logging
container_name: appwrite-worker-databases
Expand All @@ -341,7 +339,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-builds:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-builds
<<: *x-logging
container_name: appwrite-worker-builds
Expand Down Expand Up @@ -405,7 +403,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET

appwrite-worker-certificates:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand Down Expand Up @@ -439,7 +437,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-functions:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-functions
<<: *x-logging
container_name: appwrite-worker-functions
Expand Down Expand Up @@ -476,7 +474,7 @@ services:
- _APP_LOGGING_PROVIDER

appwrite-worker-mails:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-mails
<<: *x-logging
container_name: appwrite-worker-mails
Expand Down Expand Up @@ -509,13 +507,15 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-messaging:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-messaging
<<: *x-logging
container_name: appwrite-worker-messaging
restart: unless-stopped
networks:
- appwrite
volumes:
- appwrite-uploads:/storage/uploads:rw
depends_on:
- redis
environment:
Expand All @@ -535,9 +535,30 @@ services:
- _APP_LOGGING_CONFIG
- _APP_SMS_FROM
- _APP_SMS_PROVIDER
- _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-migrations:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-migrations
<<: *x-logging
container_name: appwrite-worker-migrations
Expand Down Expand Up @@ -568,7 +589,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET

appwrite-task-maintenance:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-task-maintenance
Expand Down Expand Up @@ -602,7 +623,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES

appwrite-worker-usage:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-usage
container_name: appwrite-worker-usage
<<: *x-logging
Expand Down Expand Up @@ -631,7 +652,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL

appwrite-worker-usage-dump:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: worker-usage-dump
<<: *x-logging
container_name: appwrite-worker-usage-dump
Expand Down Expand Up @@ -659,7 +680,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL

appwrite-task-scheduler-functions:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: schedule-functions
container_name: appwrite-task-scheduler-functions
<<: *x-logging
Expand All @@ -684,7 +705,7 @@ services:
- _APP_DB_PASS

appwrite-task-scheduler-messages:
image: appwrite/appwrite:1.5.6
image: appwrite/appwrite:1.5.7
entrypoint: schedule-messages
container_name: appwrite-task-scheduler-messages
<<: *x-logging
Expand Down Expand Up @@ -720,7 +741,7 @@ services:

openruntimes-executor:
container_name: openruntimes-executor
hostname: appwrite-executor
hostname: exc1
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
Expand Down