liebling/src/docker-compose.yml

14 lines
282 B
YAML
Raw Normal View History

2019-08-18 11:38:16 +00:00
version: '3'
services:
ghost:
image: ghost:4.1.0
2019-08-18 11:38:16 +00:00
container_name: ghost
volumes:
- ./..:/var/lib/ghost/content/themes/liebling:Z
- ./ghost.db:/var/lib/ghost/content/data/ghost.db:Z
2019-08-18 11:38:16 +00:00
environment:
- NODE_ENV=development
ports:
- 2368:2368