0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/docker-compose.yml
2024-10-09 16:40:25 +01:00

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}