Skip to content
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: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ _APP_DOMAIN_TARGET=localhost
_APP_DOMAIN_TARGET_CNAME=localhost
_APP_DOMAIN_TARGET_AAAA=::1
_APP_DOMAIN_TARGET_A=127.0.0.1
_APP_DOMAIN_TARGET_CAA=
_APP_DNS=8.8.8.8
_APP_CONSOLE_WHITELIST_ROOT=enabled
_APP_CONSOLE_WHITELIST_EMAILS=
_APP_CONSOLE_WHITELIST_IPS=
Expand Down
52 changes: 30 additions & 22 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- appwrite

appwrite:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -88,6 +88,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_REDIS_HOST
- _APP_REDIS_PORT
Expand Down Expand Up @@ -170,7 +172,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:6.0.13
image: appwrite/console:7.4.7
restart: unless-stopped
networks:
- appwrite
Expand All @@ -190,7 +192,7 @@ services:
- traefik.http.routers.appwrite_console_https.tls=true

appwrite-realtime:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: realtime
container_name: appwrite-realtime
<<: *x-logging
Expand Down Expand Up @@ -233,7 +235,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-audits:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-audits
<<: *x-logging
container_name: appwrite-worker-audits
Expand All @@ -259,7 +261,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-webhooks:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-webhooks
<<: *x-logging
container_name: appwrite-worker-webhooks
Expand Down Expand Up @@ -287,7 +289,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-deletes:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-deletes
<<: *x-logging
container_name: appwrite-worker-deletes
Expand Down Expand Up @@ -350,7 +352,7 @@ services:
- _APP_EMAIL_CERTIFICATES

appwrite-worker-databases:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-databases
<<: *x-logging
container_name: appwrite-worker-databases
Expand All @@ -376,7 +378,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-builds:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-builds
<<: *x-logging
container_name: appwrite-worker-builds
Expand Down Expand Up @@ -444,7 +446,7 @@ services:
- _APP_DOMAIN_SITES

appwrite-worker-certificates:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand All @@ -465,6 +467,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_EMAIL_CERTIFICATES
- _APP_REDIS_HOST
Expand All @@ -479,7 +483,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-functions:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-functions
<<: *x-logging
container_name: appwrite-worker-functions
Expand Down Expand Up @@ -518,7 +522,7 @@ services:
- _APP_LOGGING_CONFIG

appwrite-worker-mails:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-mails
<<: *x-logging
container_name: appwrite-worker-mails
Expand Down Expand Up @@ -552,7 +556,7 @@ services:
- _APP_OPTIONS_FORCE_HTTPS

appwrite-worker-messaging:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-messaging
<<: *x-logging
container_name: appwrite-worker-messaging
Expand Down Expand Up @@ -603,7 +607,7 @@ services:
- _APP_STORAGE_WASABI_BUCKET

appwrite-worker-migrations:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-migrations
<<: *x-logging
container_name: appwrite-worker-migrations
Expand All @@ -622,6 +626,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_EMAIL_SECURITY
- _APP_REDIS_HOST
- _APP_REDIS_PORT
Expand All @@ -637,7 +643,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET

appwrite-task-maintenance:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-task-maintenance
Expand All @@ -653,6 +659,8 @@ services:
- _APP_DOMAIN_TARGET_CNAME
- _APP_DOMAIN_TARGET_AAAA
- _APP_DOMAIN_TARGET_A
- _APP_DOMAIN_TARGET_CAA
- _APP_DNS
- _APP_DOMAIN_FUNCTIONS
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST
Expand All @@ -674,7 +682,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES

appwrite-task-stats-resources:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
container_name: appwrite-task-stats-resources
entrypoint: stats-resources
<<: *x-logging
Expand Down Expand Up @@ -703,7 +711,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL

appwrite-worker-stats-resources:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-stats-resources
container_name: appwrite-worker-stats-resources
<<: *x-logging
Expand Down Expand Up @@ -731,7 +739,7 @@ services:
- _APP_STATS_RESOURCES_INTERVAL

appwrite-worker-stats-usage:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: worker-stats-usage
container_name: appwrite-worker-stats-usage
<<: *x-logging
Expand Down Expand Up @@ -759,7 +767,7 @@ services:
- _APP_USAGE_AGGREGATION_INTERVAL

appwrite-task-scheduler-functions:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: schedule-functions
container_name: appwrite-task-scheduler-functions
<<: *x-logging
Expand All @@ -784,7 +792,7 @@ services:
- _APP_DB_PASS

appwrite-task-scheduler-executions:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: schedule-executions
container_name: appwrite-task-scheduler-executions
<<: *x-logging
Expand All @@ -809,7 +817,7 @@ services:
- _APP_DB_PASS

appwrite-task-scheduler-messages:
image: appwrite/appwrite:1.7.5
image: appwrite/appwrite:1.8.0
entrypoint: schedule-messages
container_name: appwrite-task-scheduler-messages
<<: *x-logging
Expand All @@ -834,7 +842,7 @@ services:
- _APP_DB_PASS

appwrite-assistant:
image: appwrite/assistant:0.4.0
image: appwrite/assistant:0.8.3
container_name: appwrite-assistant
<<: *x-logging
restart: unless-stopped
Expand All @@ -857,7 +865,7 @@ services:
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.7.14
image: openruntimes/executor:0.7.22
networks:
- appwrite
- runtimes
Expand Down