generated from coop-cloud/example
Compare commits
2 Commits
2.11.0+0.8
...
main
Author | SHA1 | Date | |
---|---|---|---|
95e2f4e616 | |||
a83a0a6235 |
@ -4,6 +4,8 @@ TYPE=outline
|
||||
|
||||
DOMAIN=outline.example.com
|
||||
|
||||
#TIMEOUT=
|
||||
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.outline.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
10
compose.yml
10
compose.yml
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
- proxy
|
||||
image: outlinewiki/outline:0.86.1
|
||||
image: outlinewiki/outline:0.87.3
|
||||
secrets:
|
||||
- db_password
|
||||
- secret_key
|
||||
@ -34,20 +34,20 @@ 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=2.11.0+0.86.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.12.0+0.87.3"
|
||||
# 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}"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-80}"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
|
||||
cache:
|
||||
image: redis:8.2.0
|
||||
image: redis:8.2.1
|
||||
networks:
|
||||
- backend
|
||||
|
||||
db:
|
||||
image: postgres:17.5
|
||||
image: postgres:17.6
|
||||
networks:
|
||||
- backend
|
||||
secrets:
|
||||
|
Reference in New Issue
Block a user