7 lines
103 B
Caddyfile
7 lines
103 B
Caddyfile
{$PUBLIC_HOST} {
|
|
reverse_proxy app:3080
|
|
}
|
|
|
|
{$GITEA_HOST} {
|
|
reverse_proxy gitea-container.incus:3000
|
|
} |