moves journex deployment from sub repo to GHCR

This commit is contained in:
2026-01-27 11:44:26 +01:00
parent 9ecc9fa5ca
commit 76642e8351
4 changed files with 81 additions and 21 deletions

View File

@@ -20,6 +20,13 @@
}
registry.cortex.consider-funding.de {
handle /health {
reverse_proxy https://ai-registry.neukiefer.de {
header_up Host ai-registry.neukiefer.de
header_up Authorization {env.REGISTRY_DOWNSTREAM_AUTH}
}
}
import oauth2 registry.cortex.consider-funding.de {
reverse_proxy https://ai-registry.neukiefer.de {
header_up Host ai-registry.neukiefer.de
@@ -36,15 +43,22 @@ pdf.consider-it.de {
pseudo.cortex.consider-funding.de {
handle /health {
reverse_proxy http://transcript-pseudomizer-frontend:5000
reverse_proxy http://cf-pseudomizer-frontend:5000
}
import oauth2 pseudo.cortex.consider-funding.de {
reverse_proxy http://transcript-pseudomizer-frontend:5000
reverse_proxy http://cf-pseudomizer-frontend:5000
}
}
enricher.cortex.consider-funding.de {
handle /health {
reverse_proxy https://ai-enricher.neukiefer.de {
header_up Host ai-enricher.neukiefer.de
header_up Authorization {env.ENRICHER_DOWNSTREAM_AUTH}
}
}
import oauth2 enricher.cortex.consider-funding.de {
reverse_proxy https://ai-enricher.neukiefer.de {
header_up Host ai-enricher.neukiefer.de
@@ -57,10 +71,7 @@ enricher.cortex.consider-funding.de {
journex.cortex.consider-funding.de {
import oauth2 journex.cortex.consider-funding.de {
route {
@apiExact path /api
redir @apiExact /api/
handle_path /api/* {
handle /api/* {
reverse_proxy journex-backend:7000
}
@@ -68,9 +79,7 @@ journex.cortex.consider-funding.de {
reverse_proxy journex-backend:7000
}
root * /srv/journex
try_files {path} /index.html
file_server
reverse_proxy journex-frontend:7500
}
}
}