Skip to content
Snippets Groups Projects
Commit 20455a85 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Update variable name and proxy port

parent dca9228a
No related branches found
No related tags found
1 merge request!1Version 1.0.0
Pipeline #3114 failed
......@@ -33,7 +33,7 @@ deploy_development:
- development
script:
- export TAG=dev
- export PROXY_MVT_PORT_BIND_PORT=9002
- export PROXY_MVT_BIND_PORT=9003
- export ELASTICSEARCH_URL=https://kong-dev.alpha.grandlyon.com/es-consumer-aware
- export TECHNICAL_ACCOUNT_USERNAME=$TECHNICAL_ACCOUNT_USERNAME
- export TECHNICAL_ACCOUNT_PASSWORD=$TECHNICAL_ACCOUNT_PASSWORD
......@@ -50,7 +50,7 @@ deploy_staging:
when: manual
script:
- export TAG=staging
- export PROXY_MVT_PORT_BIND_PORT=9102
- export PROXY_MVT_BIND_PORT=9103
- export ELASTICSEARCH_URL=https://kong-rec.alpha.grandlyon.com/es-consumer-aware
- export TECHNICAL_ACCOUNT_USERNAME=$TECHNICAL_ACCOUNT_USERNAME
- export TECHNICAL_ACCOUNT_PASSWORD=$TECHNICAL_ACCOUNT_PASSWORD
......
......@@ -6,7 +6,7 @@ services:
build: .
image: registry.alpha.grandlyon.com/refonte-data/proxy-map-services:${TAG}
ports:
- ${PROXY_MVT_PORT_BIND_PORT}:9000
- ${PROXY_MVT_BIND_PORT}:9000
environment:
- REDIS_SENTINEL_HOST=redis-sentinel-1
- REDIS_SENTINEL_PORT=26379
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment