File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1-
2- # NOTE: this stack is only for development and testing of vendor services.
3- # the actualy code is deployed inside the ops repository.
1+ version : " 3.7"
42
53services :
6-
74 manual :
8- image : containous/whoami
5+ image : ${VENDOR_MANUAL_IMAGE}
96 init : true
107 hostname : " {{.Node.Hostname}}-{{.Task.Slot}}"
118 deploy :
@@ -23,13 +20,9 @@ services:
2320 - traefik.http.routers.vendor_manual.rule=Host(`${VENDOR_MANUAL_DOMAIN}`)
2421 - traefik.http.routers.vendor_manual.middlewares=ops_gzip@swarm, vendor_manual_auth
2522 networks :
26- - simcore_default
2723 - public
2824
2925networks :
30- simcore_default :
31- name : ${SIMCORE_NETWORK}
32- external : true
3326 public :
3427 external : true
3528 name : ${PUBLIC_NETWORK}
Original file line number Diff line number Diff line change 1+ VENDOR_MANUAL_IMAGE = ${ VENDOR_MANUAL_IMAGE }
12VENDOR_MANUAL_REPLICAS = ${ VENDOR_MANUAL_REPLICAS }
23VENDOR_MANUAL_DOMAIN = ${ VENDOR_MANUAL_DOMAIN }
34PUBLIC_NETWORK = ${ PUBLIC_NETWORK }
45WEBSERVER_HOST = ${ WEBSERVER_HOST }
56WEBSERVER_PORT = ${ WEBSERVER_PORT }
6- SIMCORE_NETWORK = ${ SIMCORE_NETWORK }
You can’t perform that action at this time.
0 commit comments