Update CaddyFile to use the links

This commit is contained in:
Antoine Aflalo 2021-11-04 11:13:54 -04:00 committed by GitHub
parent 5a6e445ff2
commit 5078cdbe20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,15 @@
# Dashboard
https://dashboard.NETMAKER_BASE_DOMAIN {
reverse_proxy http://127.0.0.1:8082
reverse_proxy http://ui:80
}
# API
https://api.NETMAKER_BASE_DOMAIN {
reverse_proxy http://127.0.0.1:8081
reverse_proxy http://api:8081
}
# gRPC
https://grpc.NETMAKER_BASE_DOMAIN {
reverse_proxy h2c://127.0.0.1:50051
}
reverse_proxy h2c://api:50051
}