Add new file
This commit is contained in:
parent
bef49705a4
commit
faa12c60bc
1 changed files with 12 additions and 0 deletions
12
compose-dev.yaml
Normal file
12
compose-dev.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue