generated from coop-cloud/example
10 lines
558 B
Plaintext
10 lines
558 B
Plaintext
WARNING! ⚠️
|
|
|
|
This release includes several major Postgres version updates, please make even more sure to take a database backup than usual
|
|
|
|
Also, `PEERTUBE_SECRET `can now be stored in Docker, instead of just in a config file. To enable this behaviour:
|
|
|
|
1. Extract the secret from the config file using `abra app run $STACK_NAME app grep peertube: /config/production.yaml | cut -d'"' -f2`
|
|
2. Run `abra app secret insert $STACK_NAME peertube_secret v1`
|
|
3. Run `abra app config $STACK_NAME`, and set `COMPOSE_FILE=compose.yml:compose.peertube-secret.yml`
|