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
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Installing a self-hosted version of Appwrite is pretty straight-forward, all you
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```

For one-click setups, check out the [installation docs](https://appwrite.io/docs/self-hosting).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```

Once that is done, [set up email delivery](https://appwrite.io/docs/advanced/self-hosting/email) on your self-hosted Appwrite instance. This can be done by visiting your `appwrite` directory and updating the `.env` file in a similar manner as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```

We have a dedicated [self-hosting guide](/docs/advanced/self-hosting) in our docs for more info.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```
{% /tabsitem %}

Expand All @@ -53,7 +53,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```

## PowerShell
Expand All @@ -62,7 +62,7 @@ docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" `
appwrite/appwrite:1.8.0
appwrite/appwrite:1.8.1
```
{% /tabsitem %}
{% /tabs %}
Expand Down
46 changes: 23 additions & 23 deletions static/install/compose
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- appwrite

appwrite:
image: appwrite/appwrite:1.8.0
image: appwrite/appwrite:1.8.1
container_name: appwrite
<<: *x-logging
restart: unless-stopped
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:7.4.7
image: appwrite/console:7.5.7
restart: unless-stopped
networks:
- appwrite
Expand All @@ -192,7 +192,7 @@ services:
- traefik.http.routers.appwrite_console_https.tls=true

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

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

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

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

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

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

appwrite-worker-certificates:
image: appwrite/appwrite:1.8.0
image: appwrite/appwrite:1.8.1
entrypoint: worker-certificates
<<: *x-logging
container_name: appwrite-worker-certificates
Expand Down Expand Up @@ -483,7 +483,7 @@ services:
- _APP_LOGGING_CONFIG

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

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

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

appwrite-worker-migrations:
image: appwrite/appwrite:1.8.0
image: appwrite/appwrite:1.8.1
entrypoint: worker-migrations
<<: *x-logging
container_name: appwrite-worker-migrations
Expand Down Expand Up @@ -643,7 +643,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET

appwrite-task-maintenance:
image: appwrite/appwrite:1.8.0
image: appwrite/appwrite:1.8.1
entrypoint: maintenance
<<: *x-logging
container_name: appwrite-task-maintenance
Expand Down Expand Up @@ -682,7 +682,7 @@ services:
- _APP_MAINTENANCE_RETENTION_SCHEDULES

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

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

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

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

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

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

appwrite-assistant:
image: appwrite/assistant:0.8.3
image: appwrite/assistant:0.8.4
container_name: appwrite-assistant
<<: *x-logging
restart: unless-stopped
networks:
- appwrite
environment:
- _APP_ASSISTANT_OPENAI_API_KEY

appwrite-browser:
image: appwrite/browser:0.2.4
image: appwrite/browser:0.3.2
container_name: appwrite-browser
<<: *x-logging
restart: unless-stopped
Expand Down
1 change: 1 addition & 0 deletions static/install/env
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ _APP_FUNCTIONS_MEMORY_SWAP=0
_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0
_APP_EXECUTOR_SECRET=your-secret-key
_APP_EXECUTOR_HOST=http://exc1/v1
_APP_BROWSER_HOST=http://appwrite-browser:3000/v1
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_ENVS=node-16.0,php-7.4,python-3.9,ruby-3.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
Expand Down