Commit 8c565342 authored by Kantz's avatar Kantz
Browse files

stochastik Container entfernt

parent 11f103ce
...@@ -25,32 +25,6 @@ services: ...@@ -25,32 +25,6 @@ services:
networks: networks:
- web - web
backend-stochastik:
build:
context: ../backend
dockerfile: Dockerfile
env_file:
- ../backend/.env-stochastik
expose:
- "8000"
healthcheck:
test:
[
"CMD",
"python",
"-c",
"import urllib.request; urllib.request.urlopen('http://localhost:8000/api/health/ready')",
]
interval: 5s
timeout: 3s
retries: 10
start_period: 120s
restart: unless-stopped
volumes:
- ./logs/ollama:/app/logs
networks:
- web
frontend-openai: frontend-openai:
build: build:
context: ../frontend context: ../frontend
...@@ -63,18 +37,6 @@ services: ...@@ -63,18 +37,6 @@ services:
networks: networks:
- web - web
frontend-stochastik:
build:
context: ../frontend
dockerfile: Dockerfile
args:
VITE_API_BASE_URL: http://backend-stochastik:8000
depends_on:
- backend-stochastik
restart: unless-stopped
networks:
- web
networks: networks:
web: web:
external: true external: true
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