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

Version 22 uses Dockerfile21 (labkey) and Dockerfile14 (psql), labkey image is also part of nix repository at docker hub labelled with version identical to dockerfile (21)

Andrej пре 10 месеци
родитељ
комит
3bc6b8ee33
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      config/labkey-compose22.yaml

+ 3 - 2
config/labkey-compose22.yaml

@@ -5,7 +5,7 @@ services:
 #
     build:
             context: ./db
-            dockerfile: Dockerfile
+            dockerfile: Dockerfile14
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}
@@ -28,10 +28,11 @@ services:
 
     build: 
             context: ./web
-            dockerfile: Dockerfile
+            dockerfile: Dockerfile21
             args:
                     USER_ID: ${USER_ID}
                     GROUP_ID: ${GROUP_ID}
+    image: andrejstuden/nix:v21
 
     volumes:
       - ${LABKEY_DIR}:/usr/local/labkey