| Docs | Releases |
|---|
nothing special
# update version numbers in docker-compose.yml
docker-compose pull
docker-compose down
docker-compose up -dmaybe the database has to be migrated
docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled- prepare an OIDC auth provider (Nextcloud with OIDC Identity Provider for example)
- fill out
.env(everything except the S3 variables) - create and migrate the postgres database
docker-compose run --rm outline yarn db:create --env=production-ssl-disabled docker-compose run --rm outline yarn db:migrate --env=production-ssl-disabled
- start the containers
docker-compose up -d
- login to the minio console/admin interface
- create a user with read/write permission
- create a bucket
- with additional access rules with access
readonlyand the prefixesavatarsandpublic
- with additional access rules with access
- update the
.env - restart the containers
docker-compose down docker-compose up -d
