dev/docker-compose.yml
changeset 687 53fee689f666
parent 686 385e3a12ee27
--- a/dev/docker-compose.yml	Thu Mar 15 23:52:11 2018 +0100
+++ b/dev/docker-compose.yml	Fri Mar 16 12:29:12 2018 +0100
@@ -14,6 +14,7 @@
       - pg-data:/var/lib/postgresql/data
   # nginx (webserver)
   front:
+    image: hdalab_front:latest
     build:
       context: ./front
     ports:
@@ -48,6 +49,7 @@
 
   # hdalab
   hdalab:
+    image: hdalab_hdalab:latest
     build: ./hdalab
     volumes:
       - static-content:/var/lib/hdalab/static