Browse Source

added port for assets

devops.bizgaze 2 years ago
parent
commit
1630621e4d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      docker-compose.yml

+ 2
- 0
docker-compose.yml View File

15
   bizgaze_assets:
15
   bizgaze_assets:
16
     image: harbor.hireserver.com/${reponame}/assets:latest
16
     image: harbor.hireserver.com/${reponame}/assets:latest
17
     container_name: bizgaze_assets_${containername}
17
     container_name: bizgaze_assets_${containername}
18
+    ports:
19
+      - "${assetsport}:80"
18
     environment:
20
     environment:
19
       - assetsversion=67
21
       - assetsversion=67
20
   bizgaze_automation:
22
   bizgaze_automation:

Loading…
Cancel
Save