]> git.nbdom.net Git - nb.git/commitdiff
docker-compose.noport.yaml docker-compose.override.yaml docker-compose.yaml
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 25 Oct 2017 16:00:56 +0000 (17:00 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 25 Oct 2017 16:00:56 +0000 (17:00 +0100)
www/dbq/docker-compose.noport.yaml [new file with mode: 0644]
www/dbq/docker-compose.override.yaml [new file with mode: 0644]
www/dbq/docker-compose.yaml

diff --git a/www/dbq/docker-compose.noport.yaml b/www/dbq/docker-compose.noport.yaml
new file mode 100644 (file)
index 0000000..bdac7c0
--- /dev/null
@@ -0,0 +1 @@
+version: '2'
diff --git a/www/dbq/docker-compose.override.yaml b/www/dbq/docker-compose.override.yaml
new file mode 100644 (file)
index 0000000..ba48de7
--- /dev/null
@@ -0,0 +1,10 @@
+version: '2'
+services:
+
+  php:
+    ports:
+      - "9000:9000"
+
+  nginx: 
+    ports:
+      - "80:80"
index c59f932d016cfbdc51aef16da875802906e54fb6..c5f331130cde991c7f4b44baf6257051bac9a1fe 100644 (file)
@@ -6,8 +6,8 @@ services:
     build: ../Docker/php/
     expose:
       - 9000
-    ports:
-      - "9000:9000"
+# NB 25.10.17     ports:
+# NB 25.10.17       - "9000:9000"
     environment:
       NB_ROOT: /opt/nb
     hostname: dbq
@@ -34,5 +34,5 @@ services:
       - php
     links:
       - php
-    ports:
-      - "80:80"
+# NB 25.10.17     ports:
+# NB 25.10.17       - "80:80"