generated from coop-cloud/example
Compare commits
5 Commits
simon-add-
...
2.1.0+0.75
Author | SHA1 | Date | |
---|---|---|---|
1705383533 | |||
6575668586 | |||
39f3a61ce0 | |||
158a3c8b1c | |||
03b7d984f0 |
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export APP_ENTRYPOINT_VERSION=v8
|
||||
export APP_ENTRYPOINT_VERSION=v9
|
||||
export DB_ENTRYPOINT_VERSION=v2
|
||||
|
||||
create_email_user() {
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
- proxy
|
||||
image: outlinewiki/outline:0.73.1
|
||||
image: outlinewiki/outline:0.75.0
|
||||
secrets:
|
||||
- db_password
|
||||
- secret_key
|
||||
@ -34,19 +34,19 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.0+0.73.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.1.0+0.75.0"
|
||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
|
||||
cache:
|
||||
image: redis:7.2.3
|
||||
image: redis:7.2.4
|
||||
networks:
|
||||
- backend
|
||||
|
||||
db:
|
||||
image: postgres:15.5
|
||||
image: postgres:15.6
|
||||
networks:
|
||||
- backend
|
||||
secrets:
|
||||
|
4
release/2.0.0+0.74.0
Normal file
4
release/2.0.0+0.74.0
Normal file
@ -0,0 +1,4 @@
|
||||
Due to the introduction of local storage, you need to adapt your config to continue using S3 storage. Just add the following lines to your config:
|
||||
|
||||
FILE_STORAGE=s3
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.aws.yml"
|
Reference in New Issue
Block a user