diff --git a/compose-dev.yaml b/compose-dev.yaml new file mode 100644 index 0000000..c1971e5 --- /dev/null +++ b/compose-dev.yaml @@ -0,0 +1,11 @@ +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