Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
8c565342
Commit
8c565342
authored
May 29, 2026
by
Kantz
Browse files
stochastik Container entfernt
parent
11f103ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
math-tutor/docker/docker-compose.yaml
View file @
8c565342
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment