fix: Integrate official aCAPTCHA v1.1 Web Component in GuestSignupModal and disable seed_data execution in production docker-compose
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ services:
|
||||
command: >
|
||||
sh -c "python manage.py makemigrations --noinput &&
|
||||
python manage.py migrate --noinput &&
|
||||
python manage.py seed_data &&
|
||||
python manage.py create_admin &&
|
||||
gunicorn --bind 0.0.0.0:8000 --workers 3 shiftplan_backend.wsgi:application"
|
||||
environment:
|
||||
SECRET_KEY: ${SECRET_KEY:-prod-secret-key-change-in-coolify}
|
||||
|
||||
Reference in New Issue
Block a user