fix: port mapping for grafana
This commit is contained in:
parent
2b3e6dcdf8
commit
8ff09171dc
2 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
# Grafana
|
||||
|
||||
:59090 {
|
||||
:53100 {
|
||||
log {
|
||||
level INFO
|
||||
}
|
||||
|
||||
reverse_proxy host.containers.internal:9090
|
||||
reverse_proxy host.containers.internal:3100
|
||||
}
|
||||
|
||||
# Forgejo (web)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: sesame
|
||||
ports:
|
||||
- host: 59090
|
||||
container: 59090
|
||||
- host: 53100
|
||||
container: 53100
|
||||
- host: 53000
|
||||
container: 53000
|
||||
- host: 52052
|
||||
|
|
Loading…
Reference in a new issue