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" # Set permissions for the app directory RUN chmod -R 777 /app/backend VOLUME /app/backend/data # Expose the necessary port EXPOSE 8080