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
4a45a7b2
Commit
4a45a7b2
authored
May 19, 2026
by
Kantz
Browse files
stochastik hinzugefügt
parent
dbf77748
Changes
2
Show whitespace changes
Inline
Side-by-side
math-tutor/.gitignore
View file @
4a45a7b2
...
...
@@ -4,6 +4,7 @@ venv/
.env-openai
.env-ollama
.env-gwdg
.env-stochastik
__pycache__/
drawings/
sources/
...
...
math-tutor/docker/docker-compose.yml
View file @
4a45a7b2
...
...
@@ -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
...
...
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