fix docker runtime and compose deployment defaults

This commit is contained in:
MaKarin
2026-03-26 18:43:34 +03:00
parent efb97d6802
commit 79c9589658
4 changed files with 47 additions and 11 deletions

15
.env.portainer.example Normal file
View File

@@ -0,0 +1,15 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=change-me
POSTGRES_DB=toir
POSTGRES_PORT=5432
CORS_ALLOWED_ORIGINS=https://toir.example.ru
KEYCLOAK_ISSUER_URL=https://sso.example.ru/realms/toir
KEYCLOAK_AUDIENCE=toir-backend
KEYCLOAK_JWKS_URL=
VITE_API_URL=/api
VITE_KEYCLOAK_URL=https://sso.example.ru
VITE_KEYCLOAK_REALM=toir
VITE_KEYCLOAK_CLIENT_ID=toir-frontend