Skip to content

Commit 620fedc

Browse files
committed
default env vars
1 parent 9df5c82 commit 620fedc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim AS production
22

33
LABEL maintainer="ALERT <alexey.rubasheff@gmail.com>"
44

5-
ENV UVICORN_PORT=8000 \
5+
ENV \
6+
GRADIO_URL="http://gradio:7860" \
7+
UVICORN_PORT=8000 \
68
UVICORN_HOST=0.0.0.0
79

810
EXPOSE $UVICORN_PORT

0 commit comments

Comments
 (0)