Add ghost

This commit is contained in:
2025-04-28 01:42:12 +04:00
parent 0369eb123e
commit e67e637d0d
8 changed files with 67 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
url=
+2
View File
@@ -0,0 +1,2 @@
/data/*
!.gitkeep
View File
+21
View File
@@ -0,0 +1,21 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
ghost:
image: ghost:5-alpine
container_name: ghost
networks:
- caddy
environment:
database__client: sqlite3
database__connection__filename: content/data/ghost.db
NODE_ENV: production
volumes:
- ./data:/var/lib/ghost/content
volumes:
ghost: