2019-08-18 11:38:16 +00:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
ghost:
|
2019-09-30 19:38:18 +00:00
|
|
|
image: ghost:2.31.1
|
2019-08-18 11:38:16 +00:00
|
|
|
container_name: ghost
|
|
|
|
volumes:
|
2019-10-07 19:37:03 +00:00
|
|
|
- ./..:/var/lib/ghost/content/themes/liebling
|
2019-08-18 11:38:16 +00:00
|
|
|
- ./ghost.db:/var/lib/ghost/content/data/ghost.db
|
|
|
|
environment:
|
|
|
|
- NODE_ENV=development
|
|
|
|
ports:
|
|
|
|
- 2368:2368
|