docs: update applications/ghost

This commit is contained in:
Administrator 2025-08-28 18:36:57 +00:00 committed by WikiJs
parent 713a005a82
commit 9730d194db

View file

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