Przeglądaj źródła

Exposed settings directory to accept changes by host

Dmitriy Slipak 4 lat temu
rodzic
commit
a0d8fe43e1
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      docker-compose.yml

+ 11 - 0
docker-compose.yml Wyświetl plik

@@ -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