Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lexp_www
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lexworkers
lexp_www
Commits
893c4d9a
Commit
893c4d9a
authored
1 year ago
by
bwalkow
Browse files
Options
Downloads
Patches
Plain Diff
Change backend address
parent
0c1a722b
1 merge request
!2
Develop
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.
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
httpd.conf
+2
-2
2 additions, 2 deletions
httpd.conf
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
2
Edit
View file @
893c4d9a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
httpd.conf
+
2
−
2
Edit
View file @
893c4d9a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment