Beam091 commited on
Commit
6dd6b2e
·
verified ·
1 Parent(s): eefc287

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.