Removed nginx container. Added supervisord and nginx to build.

This commit is contained in:
2026-01-19 13:09:48 +00:00
parent 3e0c5d2ecc
commit 1e53a1a74e
11 changed files with 135 additions and 22 deletions

3
app/entrypoint.sh Normal file → Executable file
View File

@@ -11,6 +11,5 @@ python manage.py collectstatic --noinput
python manage.py migrate --noinput
python manage.py ensure_admin
exec gunicorn keywarden.wsgi:application --bind 0.0.0.0:80 --workers 3
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf