Skip to content
Snippets Groups Projects
Commit 893c4d9a authored by bwalkow's avatar bwalkow
Browse files

Change backend address

parent 0c1a722b
1 merge request!2Develop
Pipeline #13637 passed with stage
in 21 seconds
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -9,7 +9,9 @@ build_image:
services:
- docker:18.09.7-dind
script:
- docker build -t $CI_REGISTRY_IMAGE .
- if [ "$CI_COMMIT_REF_NAME" == "master" ]; then TAG="latest"; else TAG="develop"; fi
- docker build -t $CI_REGISTRY_IMAGE:$TAG .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE
- docker push $CI_REGISTRY_IMAGE:$TAG
......@@ -550,5 +550,5 @@ SSLRandomSeed connect builtin
</IfModule>
ProxyPreserveHost On
ProxyPass /lexp/ http://lexp_service:8080/lex/
ProxyPassReverse /lexp/ http://lexp_service:8080/lex/
\ No newline at end of file
ProxyPass /lexp/ http://lexpservice:80/lex/
ProxyPassReverse /lexp/ http://lexpservice:80/lex/
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment