2019-08-18 11:38:16 +00:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
ghost:
|
2020-02-25 16:10:57 +00:00
|
|
|
image: ghost:3.7.0
|
2019-08-18 11:38:16 +00:00
|
|
|
container_name: ghost
|
|
|
|
volumes:
|
2020-03-25 20:01:10 +00:00
|
|
|
- ./..:/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
|