Оживил админку и добавил конфиги для CI/CD
Some checks failed
Deploy MES Core / deploy (push) Has been cancelled

This commit is contained in:
2026-03-27 18:38:30 +03:00
parent 70f4f5d761
commit cd57d20e88
6 changed files with 103 additions and 8 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
web:
build: .
container_name: mes_core_web
volumes:
- .:/app
ports:
- "8000:8000"
env_file:
- .env
restart: always