Skip to content

Commit

Permalink
Merge pull request #19 from appwrite/feat-1.3.7
Browse files Browse the repository at this point in the history
feat: update to 1.3.7 release
  • Loading branch information
TorstenDittmann authored Jun 19, 2023
2 parents bf2c9a9 + 6fc6af7 commit 44f0522
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ _APP_MAINTENANCE_RETENTION_ABUSE=86400
_APP_MAINTENANCE_RETENTION_USAGE_HOURLY=8640000
_APP_GRAPHQL_MAX_BATCH_SIZE=10
_APP_GRAPHQL_MAX_COMPLEXITY=250
_APP_GRAPHQL_MAX_DEPTH=3
30 changes: 15 additions & 15 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.3.1
image: appwrite/appwrite:1.3.7
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -151,7 +151,7 @@ services:
- _APP_GRAPHQL_MAX_DEPTH

appwrite-realtime:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: realtime
container_name: appwrite-realtime
<<: *x-logging
Expand Down Expand Up @@ -193,7 +193,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-audits:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-audits
<<: *x-logging
container_name: appwrite-worker-audits
Expand All @@ -219,7 +219,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-webhooks:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-webhooks
<<: *x-logging
container_name: appwrite-worker-webhooks
Expand All @@ -241,7 +241,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-deletes:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-deletes
<<: *x-logging
container_name: appwrite-worker-deletes
Expand Down Expand Up @@ -296,7 +296,7 @@ services:
- _APP_EXECUTOR_HOST

appwrite-worker-databases:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-databases
<<: *x-logging
container_name: appwrite-worker-databases
Expand All @@ -322,7 +322,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-builds:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-builds
<<: *x-logging
container_name: appwrite-worker-builds
Expand Down Expand Up @@ -350,7 +350,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-certificates:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand Down Expand Up @@ -382,7 +382,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-functions:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-functions
<<: *x-logging
container_name: appwrite-worker-functions
Expand Down Expand Up @@ -413,7 +413,7 @@ services:
- DOCKERHUB_PULL_PASSWORD

appwrite-executor:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: executor
<<: *x-logging
container_name: appwrite-executor
Expand Down Expand Up @@ -471,7 +471,7 @@ services:
- DOCKERHUB_PULL_PASSWORD

appwrite-worker-mails:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-mails
<<: *x-logging
container_name: appwrite-worker-mails
Expand All @@ -498,7 +498,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-messaging:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: worker-messaging
<<: *x-logging
container_name: appwrite-worker-messaging
Expand All @@ -519,7 +519,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-maintenance:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-maintenance
Expand Down Expand Up @@ -550,7 +550,7 @@ services:
- _APP_MAINTENANCE_RETENTION_USAGE_HOURLY

appwrite-usage:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: usage
container_name: appwrite-usage
<<: *x-logging
Expand Down Expand Up @@ -579,7 +579,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-schedule:
image: appwrite/appwrite:1.3.1
image: appwrite/appwrite:1.3.7
entrypoint: schedule
container_name: appwrite-schedule
<<: *x-logging
Expand Down

0 comments on commit 44f0522

Please sign in to comment.