link-stack/link/compose-dev.yaml
2023-02-09 21:51:12 +00:00

11 lines
238 B
YAML

services:
app:
entrypoint:
- sleep
- infinity
image: registry.gitlab.com/redaranj/dev-environment:latest
init: true
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock