Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,8 +6,8 @@ ENV HOST=0.0.0.0
|
|
6 |
ENV PORT=3080
|
7 |
ENV SESSION_EXPIRY=900000
|
8 |
ENV REFRESH_TOKEN_EXPIRY=604800000
|
9 |
-
ENV OPENAI_REVERSE_PROXY=https://api.
|
10 |
-
ENV DALLE_REVERSE_PROXY=https://api.
|
11 |
|
12 |
# Uncomment the following ENV to enable search
|
13 |
# Feel free to clone our meilisearch space and update the URL with your own
|
|
|
6 |
ENV PORT=3080
|
7 |
ENV SESSION_EXPIRY=900000
|
8 |
ENV REFRESH_TOKEN_EXPIRY=604800000
|
9 |
+
ENV OPENAI_REVERSE_PROXY=https://api.daifuku.asia/v1
|
10 |
+
ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/v1/images/generations
|
11 |
|
12 |
# Uncomment the following ENV to enable search
|
13 |
# Feel free to clone our meilisearch space and update the URL with your own
|