forked from coop-cloud/outline
Compare commits
6 Commits
0.11.0+0.6
...
1.0.1+0.72
Author | SHA1 | Date | |
---|---|---|---|
4273faad76 | |||
0e84bbc2ee | |||
ca60a0f1a3 | |||
3b1eeb6160 | |||
52f3bf31ed | |||
e229ab6e30 |
@ -5,12 +5,12 @@ Wiki and knowledge base for growing teams
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 1, alpha
|
||||
* **Image**: [outlinewiki/outline](https://hub.docker.com/r/outlinewiki/outline)
|
||||
* **Status**: 3, beta
|
||||
* **Image**: [outlinewiki/outline](https://hub.docker.com/r/outlinewiki/outline), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Backups**: Yes
|
||||
* **Email**: Yes
|
||||
* **Tests**: No
|
||||
* **Tests**: 2
|
||||
* **SSO**: 3 (OAuth)
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
- proxy
|
||||
image: outlinewiki/outline:0.69.2
|
||||
image: outlinewiki/outline:0.72.2
|
||||
secrets:
|
||||
- aws_secret_key
|
||||
- db_password
|
||||
@ -43,19 +43,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=0.11.0+0.69.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.0.1+0.72.2"
|
||||
## 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.0.11
|
||||
image: redis:7.2.1
|
||||
networks:
|
||||
- backend
|
||||
|
||||
db:
|
||||
image: postgres:15.3
|
||||
image: postgres:15.4
|
||||
networks:
|
||||
- backend
|
||||
secrets:
|
||||
|
Reference in New Issue
Block a user