This commit is contained in:
ilkeral
2025-08-08 07:24:25 +03:00
parent 342f1314c7
commit f4ee7a2d0b
29 changed files with 5189 additions and 1140 deletions

View File

@ -7,7 +7,10 @@ services:
command: gunicorn --bind 0.0.0.0:8000 yonetim.wsgi:application
volumes:
- ./:/app:rw
- /tmp:/tmp:rw
- ./db.sqlite3:/app/db.sqlite3:rw
# Geçici dizin yapılandırması - Yedekleme için önemli
tmpfs:
- /tmp:exec,mode=1777,size=2g
#ports:
# - 8025:8000
networks: