File size: 394 Bytes
51fc63b
 
efb3552
 
 
 
51fc63b
24851de
 
 
4d0a7ec
 
51fc63b
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ghcr.io/open-webui/open-webui:main

# # Set static environment variables
# ENV OPENAI_API_BASE_URLS="https://api.together.xyz/v1;https://api.groq.com/openai/v1"
# ENV OPENAI_API_KEYS="$TOGETHER_API_KEY;$GROQ_API_KEY"
# ENV DATABASE_URL="$REMOTE_DB_URI"

# Set permissions for the app directory
RUN chmod -R 777 /app/backend
VOLUME /app/backend/data

# Expose the necessary port
EXPOSE 8080