Update harbor (now with certs)
This commit is contained in:
parent
a6f4d6fef9
commit
0e26052058
9 changed files with 153 additions and 75 deletions
caddy/config/conf.002.d
|
@ -1,5 +1,12 @@
|
|||
registry.serguzim.me {
|
||||
import default
|
||||
reverse_proxy /metrics host.docker.internal:3029
|
||||
reverse_proxy host.docker.internal:3021
|
||||
reverse_proxy /metrics host.docker.internal:3059
|
||||
reverse_proxy host.docker.internal:3051 {
|
||||
transport http {
|
||||
tls
|
||||
tls_server_name registry.serguzim.me
|
||||
}
|
||||
}
|
||||
#reverse_proxy /metrics https://registry.serguzim.me:3059
|
||||
#reverse_proxy https://registry.serguzim.me:3051
|
||||
}
|
||||
|
|
Reference in a new issue