docs: update applications/ghost

This commit is contained in:
Administrator 2025-08-28 18:33:20 +00:00 committed by WikiJs
parent b95b1d3a06
commit 37ae5fb077

View file

@ -2,7 +2,7 @@
title: Untitled Page
description:
published: true
date: 2025-08-28T18:31:42.689Z
date: 2025-08-28T18:33:18.549Z
tags:
editor: markdown
dateCreated: 2025-08-28T18:07:31.592Z
@ -13,7 +13,7 @@ Ce guide décrit comment déployer Ghost dans un environnement conteneurisé ave
---
## 📂 Arborescence du projet
## Arborescence du projet
```
ghost/
@ -25,7 +25,7 @@ ghost/
---
## ⚙️ Fichier `docker-compose.yml`
## Fichier `docker-compose.yml`
```yaml
services:
@ -116,7 +116,7 @@ MAIL_PASS=smtp_pass
---
## 🚀 Déploiement
## Déploiement
1. Créez les répertoires nécessaires :
@ -140,7 +140,7 @@ docker ps
---
## 🌍 Accès
## Accès
* Linterface Ghost sera disponible à :
**[https://blog.example.com](https://blog.example.com)**
@ -150,7 +150,7 @@ docker ps
---
## Points importants
## Points importants
* **Sauvegardes** :
@ -161,7 +161,7 @@ docker ps
---
## 📌 Conclusion
## Conclusion
Avec cette configuration, vous disposez dun **CMS Ghost auto-hébergé**, sécurisé avec HTTPS grâce à **Traefik**, et supportant une **base MySQL persistante**.
Idéal pour héberger un blog personnel ou professionnel tout en gardant la maîtrise complète de vos données.