mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
13 lines
370 B
YAML
13 lines
370 B
YAML
|
# For use in a Dev Container where your local code is mounted into the container
|
||
|
name: ghost-devcontainer
|
||
|
services:
|
||
|
ghost:
|
||
|
image: ghost-base-devcontainer
|
||
|
build:
|
||
|
target: base-devcontainer
|
||
|
command: ["sleep", "infinity"]
|
||
|
environment:
|
||
|
- DEVCONTAINER=true
|
||
|
- DISPLAY=host.docker.internal:0
|
||
|
volumes:
|
||
|
- /tmp/.X11-unix:/tmp/.X11-unix
|