fix: настроек приложения
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 3s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 21s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 2s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 3s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 21s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 2s
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
ports:
|
||||
- "8088:8080"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
|
||||
|
||||
- AzureAd:Instance=${AzureAd_Instance:-https://login.microsoftonline.com/}
|
||||
@@ -32,7 +33,7 @@ services:
|
||||
- ModeusApi:BaseUrl=${MODEUS_API_BASE_URL}
|
||||
- ModeusApi:ApiKey=${MODEUS_API_KEY}
|
||||
|
||||
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
||||
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:-[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
||||
|
||||
- ConnectionStrings:DefaultConnection=Host=db;Port=5432;Database=${POSTGRES_DATABASE};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user