Compare commits

..

6 Commits

Author SHA1 Message Date
4273faad76 chore: publish 1.0.1+0.72.2 release 2023-10-12 17:24:19 +02:00
0e84bbc2ee chore: publish 1.0.0+0.72.1 release 2023-10-07 12:32:22 +02:00
ca60a0f1a3 chore: publish 0.13.0+0.71.0 release 2023-09-05 15:25:00 +02:00
3wc
3b1eeb6160 chore: publish 0.12.0+0.70.2 release 2023-08-11 12:31:16 +02:00
3wc
52f3bf31ed Update recipe metadata
[ci skip]
2023-08-05 14:21:05 +02:00
3wc
e229ab6e30 chore: publish 0.11.0+0.70.2 release 2023-07-31 14:23:14 +01:00
2 changed files with 8 additions and 8 deletions

View File

@ -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 -->

View File

@ -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: