feat: support patch

This commit is contained in:
decentral1se 2022-01-07 09:05:45 +01:00
parent 570e64589e
commit 3f60d8c54b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
3 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,9 @@ DOMAIN=outline.example.com
#EXTRA_DOMAINS=', `www.outline.example.com`'
LETS_ENCRYPT_ENV=production
# https://git.coopcloud.tech/coop-cloud-chaos-patchs/outline
#COMPOSE_FILE="compose.yml:compose.patch.yml"
# REQUIRED
SECRET_DB_PASSWORD_VERSION=v1

View File

@ -43,3 +43,7 @@ yarn db:migrate --env=production-ssl-disabled
### Setting up your `.env` config
Avoid the use of quotes (`"..."`) as much as possible, the NodeJS scripts flip out for some reason on some vars.
### Multiple users logging in & generic oauth
`COMPOSE_FILE="compose.yml:compose.patch.yml"`

6
compose.patch.yml Normal file
View File

@ -0,0 +1,6 @@
---
version: "3.8"
services:
app:
image: thecoopcloud/outline-with-patch:latest