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

stochastik hinzugefügt

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