my-self-host-services/ghost/docker-compose.yml

20 lines
458 B
YAML

networks:
caddy:
name: caddy
driver: bridge
external: true
services:
ghost:
image: ghost:5-alpine
container_name: ghost
restart: unless-stopped
networks:
- caddy
environment:
database__client: sqlite3
database__connection__filename: content/data/ghost.db
NODE_ENV: production
volumes:
- ./data:/var/lib/ghost/content