link-stack/compose-dev.yaml
2023-02-11 07:47:40 +00:00

12 lines
239 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