Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alerta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
alerta
Commits
9747f167
Commit
9747f167
authored
2 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Move to a different port so avoid port conflicts with gitlab
parent
83dccc2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/docker-compose.yml
+2
-2
2 additions, 2 deletions
templates/docker-compose.yml
templates/vhost.conf
+4
-4
4 additions, 4 deletions
templates/vhost.conf
with
6 additions
and
6 deletions
templates/docker-compose.yml
+
2
−
2
View file @
9747f167
...
...
@@ -4,7 +4,7 @@ services:
build
:
context
:
webui
ports
:
-
"
80
9
2:80"
-
"
80
2
2:80"
depends_on
:
-
api
networks
:
...
...
@@ -16,7 +16,7 @@ services:
build
:
context
:
api
ports
:
-
"
80
9
1:8080"
-
"
80
2
1:8080"
depends_on
:
-
db
volumes
:
...
...
This diff is collapsed.
Click to expand it.
templates/vhost.conf
+
4
−
4
View file @
9747f167
...
...
@@ -38,11 +38,11 @@
ProxyPreserveHost
On
ProxyRequests
Off
ProxyPass
/
web
http
://
127
.
0
.
0
.
1
:
80
9
2
/
ProxyPassReverse
/
web
http
://
127
.
0
.
0
.
1
:
80
9
2
/
ProxyPass
/
web
http
://
127
.
0
.
0
.
1
:
80
2
2
/
ProxyPassReverse
/
web
http
://
127
.
0
.
0
.
1
:
80
2
2
/
ProxyPass
/
api
http
://
127
.
0
.
0
.
1
:
80
9
1
/
api
ProxyPassReverse
/
api
http
://
127
.
0
.
0
.
1
:
80
9
1
/
api
ProxyPass
/
api
http
://
127
.
0
.
0
.
1
:
80
2
1
/
api
ProxyPassReverse
/
api
http
://
127
.
0
.
0
.
1
:
80
2
1
/
api
ErrorLog
${
APACHE_LOG_DIR
}/{{
alerta_domain
}}-
error
.
log
LogLevel
warn
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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