Преглед изворни кода

Exposed settings directory to accept changes by host

Dmitriy Slipak пре 4 година
родитељ
комит
a0d8fe43e1
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11 0
      docker-compose.yml

+ 11 - 0
docker-compose.yml Прегледај датотеку

@@ -0,0 +1,11 @@
1
+version: '3.3'
2
+services:
3
+  audiogram:
4
+    restart: always
5
+    container_name: audiogram
6
+    build: ./
7
+    ports:
8
+    - "8888:8888"
9
+    volumes:
10
+      - ./settings:/home/audiogram/audiogram/settings
11
+    command: npm start && tail -f /dev/null