Skip to content

Commit 3ec87e6

Browse files
committed
Updates
1 parent e175ee6 commit 3ec87e6

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

services/vendors/docker-compose.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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

53
services:
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

2925
networks:
30-
simcore_default:
31-
name: ${SIMCORE_NETWORK}
32-
external: true
3326
public:
3427
external: true
3528
name: ${PUBLIC_NETWORK}

services/vendors/template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
VENDOR_MANUAL_IMAGE=${VENDOR_MANUAL_IMAGE}
12
VENDOR_MANUAL_REPLICAS=${VENDOR_MANUAL_REPLICAS}
23
VENDOR_MANUAL_DOMAIN=${VENDOR_MANUAL_DOMAIN}
34
PUBLIC_NETWORK=${PUBLIC_NETWORK}
45
WEBSERVER_HOST=${WEBSERVER_HOST}
56
WEBSERVER_PORT=${WEBSERVER_PORT}
6-
SIMCORE_NETWORK=${SIMCORE_NETWORK}

0 commit comments

Comments
 (0)