mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
26 lines
590 B
YAML
26 lines
590 B
YAML
|
# Dev Container with all Ghost code and dependencies pre-installed
|
||
|
name: ghost-full-devcontainer
|
||
|
services:
|
||
|
ghost:
|
||
|
image: ghost-full-devcontainer
|
||
|
build:
|
||
|
target: full-devcontainer
|
||
|
command: ["sleep", "infinity"]
|
||
|
environment:
|
||
|
- DEVCONTAINER=true
|
||
|
- DISPLAY=host.docker.internal:0
|
||
|
volumes:
|
||
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||
|
ports:
|
||
|
- 2368:2368
|
||
|
- 4200:4200
|
||
|
- 4173:4173
|
||
|
- 41730:41730
|
||
|
- 4175:4175
|
||
|
- 4176:4176
|
||
|
- 4177:4177
|
||
|
- 4178:4178
|
||
|
- 6174:6174
|
||
|
- 7173:7173
|
||
|
- 7174:7174
|
||
|
- 9174:9174
|