Files
ModeusSchedule.MSAuth/docker-compose-dev.yml
Sergey Karmanov 196b7d0ff4
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 6m31s
feat: Добавил поддержку TOTP
2025-11-26 15:04:25 +03:00

16 lines
452 B
YAML

services:
app:
container_name: ModeusSchedule.MSAuth
build:
context: ./src
dockerfile: Dockerfile
ports:
- '5000:8080'
environment:
- MODEUS_URL=${MODEUS_URL}
- MS_USERNAME=${MS_USERNAME}
- MS_PASSWORD=${MS_PASSWORD}
- API_KEY=${API_KEY}
- MS_TOTP_SECRET=${MS_TOTP_SECRET}
restart: unless-stopped