chore(diarization-ui): default API_BASE to gx10 and use fully qualified nginx image for podman

This commit is contained in:
2026-03-21 13:24:11 +01:00
parent 66d681279e
commit 85a36a0e5e
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
API_BASE=http://diarization-api:8093
API_BASE=http://gx10.aquantico.lan:8093

View File

@@ -1,4 +1,4 @@
FROM nginx:alpine
FROM docker.io/library/nginx:alpine
COPY index.html.template /usr/share/nginx/html/index.html.template
COPY docker-entrypoint.sh /docker-entrypoint.sh

View File

@@ -8,4 +8,4 @@ services:
ports:
- "8094:80"
environment:
- API_BASE=${API_BASE:-http://diarization-api:8093}
- API_BASE=${API_BASE:-http://gx10.aquantico.lan:8093}