Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Oct 22, 2024
1 parent e175ee6 commit 3ec87e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions services/vendors/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

# NOTE: this stack is only for development and testing of vendor services.
# the actualy code is deployed inside the ops repository.
version: "3.7"

services:

manual:
image: containous/whoami
image: ${VENDOR_MANUAL_IMAGE}
init: true
hostname: "{{.Node.Hostname}}-{{.Task.Slot}}"
deploy:
Expand All @@ -23,13 +20,9 @@ services:
- traefik.http.routers.vendor_manual.rule=Host(`${VENDOR_MANUAL_DOMAIN}`)
- traefik.http.routers.vendor_manual.middlewares=ops_gzip@swarm, vendor_manual_auth
networks:
- simcore_default
- public

networks:
simcore_default:
name: ${SIMCORE_NETWORK}
external: true
public:
external: true
name: ${PUBLIC_NETWORK}
2 changes: 1 addition & 1 deletion services/vendors/template.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VENDOR_MANUAL_IMAGE=${VENDOR_MANUAL_IMAGE}
VENDOR_MANUAL_REPLICAS=${VENDOR_MANUAL_REPLICAS}
VENDOR_MANUAL_DOMAIN=${VENDOR_MANUAL_DOMAIN}
PUBLIC_NETWORK=${PUBLIC_NETWORK}
WEBSERVER_HOST=${WEBSERVER_HOST}
WEBSERVER_PORT=${WEBSERVER_PORT}
SIMCORE_NETWORK=${SIMCORE_NETWORK}

0 comments on commit 3ec87e6

Please sign in to comment.