Skip to content

Commit

Permalink
🐛 fix: add some env to Dockerfile (lobehub#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Nov 27, 2023
1 parent 885718b commit ed148db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,17 @@ EXPOSE 3210
ENV HOSTNAME "0.0.0.0"
ENV PORT=3210

# General Variables
ENV ACCESS_CODE "lobe66"
ENV NEXT_PUBLIC_CUSTOM_MODELS ""

# OpenAI
ENV OPENAI_API_KEY ""
ENV OPENAI_PROXY_URL ""

# Azure OpenAI
ENV USE_AZURE_OPENAI ""
ENV AZURE_API_KEY ""
ENV AZURE_API_VERSION ""

CMD ["node", "server.js"]

0 comments on commit ed148db

Please sign in to comment.