changed version names with service names
This commit is contained in:
+2
-2
@@ -16,12 +16,12 @@ services:
|
|||||||
image: harbor.hireserver.com/${reponame}/assets:latest
|
image: harbor.hireserver.com/${reponame}/assets:latest
|
||||||
container_name: bizgaze_assets_${containername}
|
container_name: bizgaze_assets_${containername}
|
||||||
environment:
|
environment:
|
||||||
- appversion=65
|
- assetsversion=65
|
||||||
bizgaze_automation:
|
bizgaze_automation:
|
||||||
image: harbor.hireserver.com/${reponame}/automation:latest
|
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||||
container_name: bizgaze_automation_${containername}
|
container_name: bizgaze_automation_${containername}
|
||||||
volumes:
|
volumes:
|
||||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||||
environment:
|
environment:
|
||||||
- appversion=65
|
- automationversion=65
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user