link-stack/compose-dev.yaml

13 lines
239 B
YAML
Raw Normal View History

2023-02-11 07:47:40 +00:00
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