From 9c59e310a5a99ba95e91bf48197ebe73b2231dc6 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 17 Aug 2021 11:54:38 -0400 Subject: [PATCH] does everything else build --- docker-compose.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3d5242b6..f429ded3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,18 +81,18 @@ services: # to disable www redirection remove the section: ${STACK_NAME?Variable not set}-www-redirect, - traefik.http.routers.${STACK_NAME?Variable not set}-proxy-http.middlewares=${STACK_NAME?Variable not set}-www-redirect,${STACK_NAME?Variable not set}-https-redirect - cicada: - image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest} - build: - context: ./apps/cic-staff-client - args: - FRONTEND_ENV: ${FRONTEND_ENV:-prod} - deploy: - labels: - - traefik.enable=true - - traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set} - - traefik.http.routers.${STACK_NAME?Variable not set}-cicada-http.rule=PathPrefix(`/`) - - traefik.http.services.${STACK_NAME?Variable not set}-cicada.loadbalancer.server.port=80 + #cicada: + # image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest} + # build: + # context: ./apps/cic-staff-client + # args: + # FRONTEND_ENV: ${FRONTEND_ENV:-prod} + # deploy: + # labels: + # - traefik.enable=true + # - traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set} + # - traefik.http.routers.${STACK_NAME?Variable not set}-cicada-http.rule=PathPrefix(`/`) + # - traefik.http.services.${STACK_NAME?Variable not set}-cicada.loadbalancer.server.port=80 eth: image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/bloxberg-node:${TAG:-latest}