mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
15 lines
276 B
YAML
15 lines
276 B
YAML
services:
|
|
ghost:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/home/ghost
|
|
restart: always
|
|
ports:
|
|
- 2368:2368
|
|
- 4200:4200
|
|
environment:
|
|
- NODE_ENV=dockerdev
|
|
- DEBUG=${DEBUG}
|
|
- APP_FLAGS=${APP_FLAGS}
|