about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <you@example.com>2022-02-25 20:08:53 +0000
committerBaitinq <you@example.com>2022-02-25 20:08:53 +0000
commitc7b457312c53e2a040fd3fbc7d3c9a30d26373a1 (patch)
treeb8781c34d7c92ba217cc666a3571c78338ad3794
parentAdded AP submodule (diff)
downloadBluetooth_Dosimeter-c7b457312c53e2a040fd3fbc7d3c9a30d26373a1.tar.gz
Bluetooth_Dosimeter-c7b457312c53e2a040fd3fbc7d3c9a30d26373a1.tar.bz2
Bluetooth_Dosimeter-c7b457312c53e2a040fd3fbc7d3c9a30d26373a1.zip
Added general docker-compose
-rw-r--r--docker-compose.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 000000000..644ce0ae6
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,16 @@
+version: '3.3'
+services:
+  bluetooth_dosimeter_backend:
+    extends:
+         file: Bluetooth_Dosimeter_Backend/docker-compose.yml
+         service: _bluetooth_dosimeter_backend
+            #  bluetooth_dosimeter_ap:
+      #container_name: bluetooth_dosimeter_ap
+      #build: AP/.
+      #network_mode: host
+      #privileged: true
+      #restart: unless-stopped
+      #platform: linux/arm/v7
+
+#add another service for frontend
+#add another service for nginx redirects?