Przeglądaj źródła

add git build creds

justadri 1 miesiąc temu
rodzic
commit
539af2dfb4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -1,7 +1,7 @@
 services:
   agentdvr:
     build:
-      context: .
+      context: https://username:token@git.dgtlu.net/justadri/agent-docker.git
       args:
         - BASE_VERSION=${AGENT_VERSION-7.0.10.0}
     # image: doitandbedone/ispyagentdvr:7.0.9.0
@@ -55,7 +55,7 @@ services:
 #              capabilities: [gpu]
 
   agent-summary-listener:
-    build: $summary
+    build: https://username:token@git.dgtlu.net/justadri/agent-docker.git#main:summary
     container_name: agent-summary-listener
     volumes:
       - ${APP_DIR}/summary/db:/db