summaryrefslogtreecommitdiff
path: root/compose-dev.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose-dev.yaml')
-rw-r--r--compose-dev.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/compose-dev.yaml b/compose-dev.yaml
new file mode 100644
index 0000000..81a2ce4
--- /dev/null
+++ b/compose-dev.yaml
@@ -0,0 +1,14 @@
+services:
+ app:
+ build:
+ context: .
+ dockerfile: Dockerfile
+ entrypoint:
+ - sleep
+ - infinity
+ init: true
+ volumes:
+ - type: bind
+ source: /var/run/docker.sock
+ target: /var/run/docker.sock
+