liebling/src/docker-compose.yml
2019-08-18 13:38:16 +02:00

14 lines
275 B
YAML

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