Add new file
This commit is contained in:
parent
016461b549
commit
60d7ae7af5
1 changed files with 11 additions and 0 deletions
11
compose-dev.yaml
Normal file
11
compose-dev.yaml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue