generated from coop-cloud/example
Compare commits
5 Commits
2.19.0+1.6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ff643c555 | |||
| ea46cbd929 | |||
| 96a3111adc | |||
| 75870fa3d1 | |||
| eae1880847 |
@ -5,12 +5,12 @@ Wiki and knowledge base for growing teams
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 3, beta
|
||||
* **Status**: 3, stable
|
||||
* **Image**: [outlinewiki/outline](https://hub.docker.com/r/outlinewiki/outline), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: Yes
|
||||
* **Email**: Yes
|
||||
* **Tests**: 2
|
||||
* **Tests**: No
|
||||
* **SSO**: 3 (OAuth)
|
||||
|
||||
<!-- endmetadata -->
|
||||
@ -91,4 +91,4 @@ revisions to (instead of deleting them).
|
||||
abra app secret insert YOURAPPNAME agsoutline v1 SECRETVALUE
|
||||
abra app secret insert YOURAPPNAME agsauthentik v1 SECRETVALUE
|
||||
abra app secret insert YOURAPPNAME agswebhook v1 SECRETVALUE
|
||||
```
|
||||
```
|
||||
|
||||
12
compose.yml
12
compose.yml
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
- proxy
|
||||
image: outlinewiki/outline:1.6.0
|
||||
image: outlinewiki/outline:1.6.1
|
||||
secrets:
|
||||
- db_password
|
||||
- secret_key
|
||||
@ -34,15 +34,21 @@ 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.19.0+1.6.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.19.1+1.6.1"
|
||||
# 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}"
|
||||
healthcheck:
|
||||
test: "wget -qO- http://localhost:3000/_health | grep -q OK"
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 5m
|
||||
|
||||
cache:
|
||||
image: redis:8.6.1
|
||||
image: redis:8.6.2
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user