liebling/src/docker-compose.yml
2019-09-18 16:41:52 +02:00

14 lines
279 B
YAML

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