link-stack/compose-dev.yaml

12 lines
238 B
YAML
Raw Normal View History

2023-02-03 08:00:30 +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