Files
SfeduSchedule/docker-compose-prod.yml
Sergey Karmanov 60d541e34f
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 28s
Обновление Docker Compose для Playwright
2025-09-06 14:25:09 +03:00

18 lines
598 B
YAML

services:
app:
ports:
- '8088:8080'
container_name: SfeduSchedule
environment:
- AzureAd:Instance=https://login.microsoftonline.com/
- AzureAd:TenantId=sfedu.ru
- AzureAd:ClientId=
- AzureAd:ClientSecret=
- AzureAd:Domain=sfedu.onmicrosoft.com
- AzureAd:CallbackPath=/signin-oidc
- MS_USERNAME=${MS_USERNAME}
- MS_PASSWORD=${MS_PASSWORD}
# - TOKEN=
restart: always
image: git.zetcraft.ru/serega404/sfeduschedule:main