Compare commits
25 Commits
74c9260ed3
...
99965006a9
| Author | SHA1 | Date | |
|---|---|---|---|
| 99965006a9 | |||
| 10c25f6eb5 | |||
| e27b91e76d | |||
| 9fd1f56de6 | |||
| 589bddd5ef | |||
| 1bcfe42e74 | |||
| 146274a93d | |||
| 3d447508d7 | |||
| 62e69f8231 | |||
| a4068fcd57 | |||
| b00d99fded | |||
| 38c238c336 | |||
| 78b515af4e | |||
| 6872feb4bd | |||
| e435bc5d0c | |||
| 9ad11cf2bc | |||
| 080817376e | |||
| aa49ba886a | |||
| 1c5792380e | |||
| 3770908f87 | |||
| 58d6795b7a | |||
| 3b66b8e0f5 | |||
| 6ed9692ffe | |||
| a0ddaf8aef | |||
| e8ac07e7eb |
+3
-3
@@ -11,21 +11,21 @@ services:
|
||||
- ${settings_dir}:/opt/bizgaze/wwwroot/settings
|
||||
- ${_files_dir}:/opt/bizgaze/wwwroot/_files
|
||||
environment:
|
||||
- appversion=870
|
||||
- appversion=895
|
||||
bizgaze_assets:
|
||||
image: harbor.hireserver.com/${reponame}/assets:latest
|
||||
container_name: bizgaze_assets_${containername}
|
||||
ports:
|
||||
- "${assetsport}:80"
|
||||
environment:
|
||||
- assetsversion=869
|
||||
- assetsversion=894
|
||||
bizgaze_automation:
|
||||
image: harbor.hireserver.com/${reponame}/automation:latest
|
||||
container_name: bizgaze_automation_${containername}
|
||||
volumes:
|
||||
- ${automation_appsettings}:/opt/automation/appsettings.json
|
||||
environment:
|
||||
- automationversion=869
|
||||
- automationversion=894
|
||||
bizgaze_script:
|
||||
image: harbor.hireserver.com/${reponame}/script:latest
|
||||
container_name: bizgaze_script_${containername}
|
||||
|
||||
Reference in New Issue
Block a user