Compare commits

...

6 Commits

Author SHA1 Message Date
92d0b679a4 chore: publish 2.17.0+1.5.0 release 2026-02-15 18:34:38 +00:00
9d479d6088 chore: publish 2.16.0+1.4.0 release 2026-02-08 18:29:50 +00:00
129e07d119 chore: publish 2.15.1+1.3.0 release 2026-01-21 19:46:52 +01:00
a1955a9861 chore: publish 2.15.0+1.3.0 release 2026-01-20 19:30:09 +01:00
32ad254611 chore: publish 2.14.0+1.2.0 release 2026-01-07 17:39:49 +01:00
add8cb82e6 chore: publish 2.13.0+1.1.0 release 2025-11-26 16:53:20 +01:00
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
export APP_ENTRYPOINT_VERSION=v10
export APP_ENTRYPOINT_VERSION=v11
export DB_ENTRYPOINT_VERSION=v2
export PG_BACKUP_VERSION=v1

View File

@ -6,7 +6,7 @@ services:
networks:
- backend
- proxy
image: outlinewiki/outline:0.87.4
image: outlinewiki/outline:1.5.0
secrets:
- db_password
- secret_key
@ -34,7 +34,7 @@ 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.12.1+0.87.4"
- "coop-cloud.${STACK_NAME}.version=2.17.0+1.5.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"
@ -42,12 +42,12 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
cache:
image: redis:8.2.1
image: redis:8.4.0
networks:
- backend
db:
image: postgres:17.6
image: postgres:17.7
networks:
- backend
secrets:

View File

@ -22,6 +22,5 @@ DATABASE_PASSWORD=$(cat /run/secrets/db_password)
export DATABASE_URL="postgres://outline:${DATABASE_PASSWORD}@${STACK_NAME}_db:5432/outline"
if [ ! "$1" = "-e" ]; then
/usr/local/bin/yarn db:migrate --env=production-ssl-disabled
/usr/local/bin/yarn start "$@"
node build/server/index.js
fi

1
release/2.17.0+1.5.0 Normal file
View File

@ -0,0 +1 @@
y