chore: initial commit

This commit is contained in:
2026-02-05 08:56:54 +00:00
commit 1297c68181
3 changed files with 20 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
ghost:
image: ghost:6.16.1-alpine
container_name: ghost
restart: always
networks:
- reverse-proxy
env_file: app.env
volumes:
- ./content:/var/lib/ghost/content
networks:
reverse-proxy:
external: true