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:
commit
1ce32fbbe0
1
.env
1
.env
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user