mirror of
https://github.com/blasseye/WikiJs.git
synced 2025-10-10 12:25:06 +02:00
docs: update applications/ghost
This commit is contained in:
parent
713a005a82
commit
9730d194db
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Ghost
|
title: Ghost
|
||||||
description: Ghost est un CMS open-source, rapide et moderne, orienté blogging et publication de contenu.
|
description: Ghost est un CMS open-source, rapide et moderne, orienté blogging et publication de contenu.
|
||||||
published: true
|
published: true
|
||||||
date: 2025-08-28T18:35:59.647Z
|
date: 2025-08-28T18:36:55.728Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-08-28T18:07:31.592Z
|
dateCreated: 2025-08-28T18:07:31.592Z
|
||||||
|
@ -56,12 +56,12 @@ services:
|
||||||
- ghost_db
|
- ghost_db
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.ghost.rule=Host(`echo.blasseye.fr`)"
|
- "traefik.http.routers.${SERVICE}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.ghost.entrypoints=websecure"
|
- "traefik.http.routers.${SERVICE}.entrypoints=websecure"
|
||||||
- "traefik.http.routers.ghost.tls=true"
|
- "traefik.http.routers.${SERVICE}.tls=true"
|
||||||
- "traefik.http.routers.ghost.tls.certresolver=http"
|
- "traefik.http.routers.${SERVICE}.tls.certresolver=http"
|
||||||
- "traefik.http.routers.ghost.service=ghost"
|
- "traefik.http.routers.${SERVICE}.service=ghost"
|
||||||
- "traefik.http.services.ghost.loadbalancer.server.port=2368"
|
- "traefik.http.services.${SERVICE}.loadbalancer.server.port=2368"
|
||||||
- "traefik.docker.network=traefik_net"
|
- "traefik.docker.network=traefik_net"
|
||||||
|
|
||||||
ghost_db:
|
ghost_db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue