Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icebox-dockerized
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
chaotikum
infra
icebox-dockerized
Commits
4cb28400
Commit
4cb28400
authored
3 years ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
add icebox-exporter
parent
a04db15e
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
docker-compose.yml
+4
-0
4 additions, 0 deletions
docker-compose.yml
nginx/default.conf
+14
-0
14 additions, 0 deletions
nginx/default.conf
with
18 additions
and
0 deletions
docker-compose.yml
+
4
−
0
View file @
4cb28400
...
...
@@ -70,6 +70,10 @@ services:
POSTGRES_DB
:
icebox
volumes
:
-
icebox-data:/var/lib/postgresql/data
icebox-exporter
:
image
:
registry.chaotikum.net/icebox/prometheus-icebox-exporter
environment
:
ICEBOX_URL
:
http://icebox.nobreakspace.org:8081
volumes
:
icebox-data
:
...
...
This diff is collapsed.
Click to expand it.
nginx/default.conf
+
14
−
0
View file @
4cb28400
...
...
@@ -146,3 +146,17 @@ server {
proxy_set_header
Upgrade
$
http_upgrade
;
}
}
# exportert
server
{
listen
8083
default_server
;
location
/ {
proxy_buffering
off
;
proxy_pass
http
://
icebox
-
exporter
:
8000
/;
proxy_pass_header
Server
;
proxy_http_version
1
.
1
;
proxy_set_header
Host
$
host
;
}
}
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