добавил докер

This commit is contained in:
Андрей Дувакин 2025-01-20 13:55:42 +05:00
parent f2b25f6f30
commit eb0870863c

View File

@ -10,7 +10,8 @@ services:
- ./db.sqlite3:/app/db.sqlite3
- ./static:/app/static
ports:
- "8000:8000"
- "5005:8000"
restart: always
environment:
- SECRET_KEY=your_secret_key
- DJANGO_DEBUG=True