yeni
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user