Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ FROM ghcr.io/open-webui/open-webui:latest
|
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
| 11 |
ENV DISABLE_EMBEDDINGS=true
|
|
|
|
|
|
|
| 12 |
# ---------------------------------------------------------
|
| 13 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 14 |
# the container’s 8080 → the Space’s public URL automatically.
|
|
|
|
| 9 |
ENV ENABLE_OPENAI_API=true
|
| 10 |
|
| 11 |
ENV DISABLE_EMBEDDINGS=true
|
| 12 |
+
|
| 13 |
+
ENV DATABASE_URL=$DATABASE_URL
|
| 14 |
# ---------------------------------------------------------
|
| 15 |
# 3️⃣ (Optional) Expose a different host port – HF will map
|
| 16 |
# the container’s 8080 → the Space’s public URL automatically.
|