Commit b33bc365 authored by Kantz's avatar Kantz
Browse files

.env umbenannt

parent 0d98206f
.venv/ .venv/
venv/ venv/
.env .env
.env_openai .env-openai
.env-ollama .env-ollama
.env-gwdg .env-gwdg
__pycache__/ __pycache__/
......
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
context: ../backend context: ../backend
dockerfile: Dockerfile dockerfile: Dockerfile
env_file: env_file:
- ../backend/.env - ../backend/.env-openai
expose: expose:
- "8000" - "8000"
healthcheck: healthcheck:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment