Commit 4a45a7b2 authored by Kantz's avatar Kantz
Browse files

stochastik hinzugefügt

parent dbf77748
......@@ -4,6 +4,7 @@ venv/
.env-openai
.env-ollama
.env-gwdg
.env-stochastik
__pycache__/
drawings/
sources/
......
......@@ -4,7 +4,7 @@ services:
context: ../backend
dockerfile: Dockerfile
env_file:
- ../backend/.env-openai
- ../backend/.env-stochastik
expose:
- "8000"
healthcheck:
......@@ -25,12 +25,12 @@ services:
networks:
- web
backend-ollama:
backend-stochastik:
build:
context: ../backend
dockerfile: Dockerfile
env_file:
- ../backend/.env-ollama
- ../backend/.env-stochastik
expose:
- "8000"
healthcheck:
......@@ -63,14 +63,14 @@ services:
networks:
- web
frontend-ollama:
frontend-stochastik:
build:
context: ../frontend
dockerfile: Dockerfile
args:
VITE_API_BASE_URL: http://backend-ollama:8000
VITE_API_BASE_URL: http://backend-stochastik:8000
depends_on:
- backend-ollama
- backend-stochastik
restart: unless-stopped
networks:
- web
......
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