does everything else build
This commit is contained in:
parent
db6f80c6da
commit
9c59e310a5
@ -81,18 +81,18 @@ services:
|
|||||||
# to disable www redirection remove the section: ${STACK_NAME?Variable not set}-www-redirect,
|
# 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
|
- 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:
|
#cicada:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
|
# image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
|
||||||
build:
|
# build:
|
||||||
context: ./apps/cic-staff-client
|
# context: ./apps/cic-staff-client
|
||||||
args:
|
# args:
|
||||||
FRONTEND_ENV: ${FRONTEND_ENV:-prod}
|
# FRONTEND_ENV: ${FRONTEND_ENV:-prod}
|
||||||
deploy:
|
# deploy:
|
||||||
labels:
|
# labels:
|
||||||
- traefik.enable=true
|
# - traefik.enable=true
|
||||||
- traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}
|
# - traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}
|
||||||
- traefik.http.routers.${STACK_NAME?Variable not set}-cicada-http.rule=PathPrefix(`/`)
|
# - 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
|
# - traefik.http.services.${STACK_NAME?Variable not set}-cicada.loadbalancer.server.port=80
|
||||||
|
|
||||||
eth:
|
eth:
|
||||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/bloxberg-node:${TAG:-latest}
|
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/bloxberg-node:${TAG:-latest}
|
||||||
|
Loading…
Reference in New Issue
Block a user