chore(diarization-ui): default API_BASE to gx10 and use fully qualified nginx image for podman
This commit is contained in:
@@ -1 +1 @@
|
||||
API_BASE=http://diarization-api:8093
|
||||
API_BASE=http://gx10.aquantico.lan:8093
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user