liebling/src/docker-compose.yml
2022-08-18 22:53:40 +02:00

14 lines
282 B
YAML

version: "3"
services:
ghost:
image: ghost:5.9.4
container_name: ghost
volumes:
- ./..:/var/lib/ghost/content/themes/liebling:Z
- ./ghost.db:/var/lib/ghost/content/data/ghost.db:Z
environment:
- NODE_ENV=development
ports:
- 2368:2368