Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
269e08c804 | ||
|
|
ac21bff046 | ||
|
|
c4066a8bfb | ||
|
|
5db7ed04b9 | ||
|
|
bea2c20d2f | ||
|
|
dd459c796f |
@@ -28,6 +28,9 @@ MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
# Anubis
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
|
||||
|
||||
## Matrix-Synapse-Redirection
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
||||
# MATRIX_DOMAIN=matrix-synapse.example.com
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: ghost:6.64.0-alpine
|
||||
image: ghost:6.65.0-alpine
|
||||
environment:
|
||||
# see https://ghost.org/docs/config/#configuration-options
|
||||
database__client: mysql
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/var/lib/ghost/content"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.4.1+6.60.0-alpine"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.0+6.65.0-alpine"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
|
||||
interval: 30s
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
added anubis support. ghost-image upgrade performs some db migrations, had to undeploy and deploy again and took some time, but worked without further need for adjustments
|
||||
Reference in New Issue
Block a user