aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..4b03aa5
--- /dev/null
+++ b/compose.yaml
@@ -0,0 +1,10 @@
+---
+services:
+ acid-banger:
+ build:
+ context: .
+ dockerfile: Dockerfile
+ ports:
+ - "127.0.0.1:8088:8088"
+ restart: unless-stopped
+...