Merge branch 'fix-meta-docker-compose' into 'master'

fix a bug in the meta tag

See merge request grassrootseconomics/cic-internal-integration!249
This commit is contained in:
Blair Vanderlugt 2021-08-19 16:48:43 +00:00
commit 1ce32fbbe0
2 changed files with 0 additions and 2 deletions

1
.env
View File

@ -6,7 +6,6 @@ TRAEFIK_PUBLIC_NETWORK=traefik-public
TRAEFIK_TAG=cic.net TRAEFIK_TAG=cic.net
TRAEFIK_PUBLIC_TAG=traefik-public TRAEFIK_PUBLIC_TAG=traefik-public
TAG=localhost
FRONTEND_ENV=dev FRONTEND_ENV=dev
# Flower # Flower

View File

@ -85,7 +85,6 @@ services:
- traefik.http.services.${STACK_NAME?Variable not set}-cache.loadbalancer.server.port=63313 - traefik.http.services.${STACK_NAME?Variable not set}-cache.loadbalancer.server.port=63313
cic-meta-server: cic-meta-server:
image: $REGISTRY:$TAG
ports: ports:
- ${HTTP_PORT_CIC_META:-63380}:8000 - ${HTTP_PORT_CIC_META:-63380}:8000
#depends_on: #depends_on: