initial commit

This commit is contained in:
mohamad
2026-06-21 17:54:19 +03:30
commit 20d6df3b27
191 changed files with 14362 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
web:
build: .
environment:
DJANGO_SETTINGS_MODULE: config.settings.development
volumes:
- .:/app
- media_data:/app/media
command: python manage.py runserver 0.0.0.0:8000