fix: port mapping for grafana

This commit is contained in:
Marc 2024-06-11 21:28:01 -04:00
parent 2b3e6dcdf8
commit 8ff09171dc
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,12 @@
# Grafana
:59090 {
:53100 {
log {
level INFO
}
reverse_proxy host.containers.internal:9090
reverse_proxy host.containers.internal:3100
}
# Forgejo (web)

View file

@ -1,7 +1,7 @@
name: sesame
ports:
- host: 59090
container: 59090
- host: 53100
container: 53100
- host: 53000
container: 53000
- host: 52052