mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
13 lines
No EOL
361 B
YAML
13 lines
No EOL
361 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 |