Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
269e08c804 | ||
|
|
ac21bff046 | ||
|
|
c4066a8bfb | ||
|
|
5db7ed04b9 | ||
|
|
bea2c20d2f | ||
|
|
dd459c796f | ||
|
|
901958d089 | ||
|
|
53a816ef53 | ||
|
|
303be46bb8 | ||
|
|
18d7310448 |
@@ -28,6 +28,9 @@ MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
|
|||||||
|
|
||||||
COMPOSE_FILE="compose.yml"
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
|
# Anubis
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
|
||||||
|
|
||||||
## Matrix-Synapse-Redirection
|
## Matrix-Synapse-Redirection
|
||||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
||||||
# MATRIX_DOMAIN=matrix-synapse.example.com
|
# 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:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghost:6.45.0-alpine
|
image: ghost:6.65.0-alpine
|
||||||
environment:
|
environment:
|
||||||
# see https://ghost.org/docs/config/#configuration-options
|
# see https://ghost.org/docs/config/#configuration-options
|
||||||
database__client: mysql
|
database__client: mysql
|
||||||
@@ -51,7 +51,7 @@ services:
|
|||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
- "backupbot.backup.path=/var/lib/ghost/content"
|
- "backupbot.backup.path=/var/lib/ghost/content"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.4.0+6.45.0-alpine"
|
- "coop-cloud.${STACK_NAME}.version=1.5.0+6.65.0-alpine"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
|
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
|
||||||
interval: 30s
|
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