clement преди 11 месеца
родител
ревизия
afa912b88d
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      compose.yaml

+ 13 - 0
compose.yaml

@@ -0,0 +1,13 @@
+services:
+  redis:
+    restart: unless-stopped
+    image: redis:latest
+  bim-ng:
+    restart: unless-stopped
+    build: .
+    depends_on:
+      - redis
+    ports:
+      - "8010:8080"
+    volumes:
+      - "./settings.toml:/etc/bim-ng/settings.toml"