SFood/dev.Caddyfile

4 lines
103 B
Caddyfile

http://localhost {
reverse_proxy /api/* http://sfood_api:80
reverse_proxy http://sfood_ui:80
}