feat: Добавил docker

This commit is contained in:
2025-11-14 02:11:55 +03:00
parent 0e7ee28791
commit 858c383a9b
6 changed files with 81 additions and 0 deletions

14
docker-compose-dev.yml Normal file
View File

@@ -0,0 +1,14 @@
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}
restart: unless-stopped