mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
13 lines
No EOL
221 B
YAML
13 lines
No EOL
221 B
YAML
services:
|
|
ghost:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/home/ghost
|
|
restart: always
|
|
ports:
|
|
- 2368:2368
|
|
- 4200:4200
|
|
environment:
|
|
- NODE_ENV=dockerdev |