v1.0
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 5m5s

working basic setup

- added profile picture upload
- fied a lot of errors with rabbitmq
- updated the "module" tables
- added experimental runner
This commit is contained in:
2026-05-24 22:15:30 +03:00
parent ea4d91f3bd
commit a571ef9c7a
19 changed files with 1776 additions and 329 deletions

View File

@@ -2,3 +2,10 @@ KEYCLOAK_URL=http://auth.example.com
KEYCLOAK_REALM=quant_sim-realm
KEYCLOAK_CLIENT_ID=quantum-backend
KEYCLOAK_CLIENT_SECRET=!!!REPLACE_ME
RABBITMQ_HOST=rabbit.example.com
RABBITMQ_PORT=5672
RABBITMQ_USER=example_user
RABBITMQ_PASSWORD=your_strong_password
HOST=quantum-backend.example.com