diff --git a/.env.local.example b/.env.local.example index 1ae21e0..cfd5cf1 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,2 +1,3 @@ PUBLIC_HOST=menus.example.org BASE_URL=https://menus.example.org +GITEA_HOST=gitea.example.org diff --git a/Caddyfile b/Caddyfile index aef5e0f..b8588ff 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,3 +1,7 @@ {$PUBLIC_HOST} { reverse_proxy app:3080 } + +{$GITEA_HOST} { + reverse_proxy gitea-container.incus:3000 +} \ No newline at end of file