|
|
@@ -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
|