Skip to content
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

feat: update to 1.3.8 release #20

Merged
merged 1 commit into from
Sep 1, 2023
Merged
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
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
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.7
image: appwrite/appwrite:1.3.8
entrypoint: schedule
container_name: appwrite-schedule
<<: *x-logging
Expand Down