From 9730d194db075bcecfe274bd94665ebaf92340b9 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 28 Aug 2025 18:36:57 +0000 Subject: [PATCH] docs: update applications/ghost --- applications/ghost.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/ghost.md b/applications/ghost.md index 1480f7b..0a26c68 100644 --- a/applications/ghost.md +++ b/applications/ghost.md @@ -2,7 +2,7 @@ title: Ghost description: Ghost est un CMS open-source, rapide et moderne, orienté blogging et publication de contenu. published: true -date: 2025-08-28T18:35:59.647Z +date: 2025-08-28T18:36:55.728Z tags: editor: markdown dateCreated: 2025-08-28T18:07:31.592Z @@ -56,12 +56,12 @@ services: - ghost_db labels: - "traefik.enable=true" - - "traefik.http.routers.ghost.rule=Host(`echo.blasseye.fr`)" - - "traefik.http.routers.ghost.entrypoints=websecure" - - "traefik.http.routers.ghost.tls=true" - - "traefik.http.routers.ghost.tls.certresolver=http" - - "traefik.http.routers.ghost.service=ghost" - - "traefik.http.services.ghost.loadbalancer.server.port=2368" + - "traefik.http.routers.${SERVICE}.rule=Host(`${DOMAIN}`)" + - "traefik.http.routers.${SERVICE}.entrypoints=websecure" + - "traefik.http.routers.${SERVICE}.tls=true" + - "traefik.http.routers.${SERVICE}.tls.certresolver=http" + - "traefik.http.routers.${SERVICE}.service=ghost" + - "traefik.http.services.${SERVICE}.loadbalancer.server.port=2368" - "traefik.docker.network=traefik_net" ghost_db: