Browse Source

added appversion

devops@bizgaze.in 1 year ago
parent
commit
566dcf8cd6
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      docker-compose.yml

+ 4
- 1
docker-compose.yml View File

13
     image: harbor.hireserver.com/bizgaze/automation:latest
13
     image: harbor.hireserver.com/bizgaze/automation:latest
14
     container_name: bizgaze_automation_${containername}
14
     container_name: bizgaze_automation_${containername}
15
     volumes:
15
     volumes:
16
-      - ${automation_appsettings}:/opt/automation/appsettings.json
16
+      - ${automation_appsettings}:/opt/automation/appsettings.json
17
+    environment:
18
+      - appversion=1
19
+

Loading…
Cancel
Save