Remove django settings module env var (#15896)

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
Seth Foster 2025-03-18 20:20:26 -04:00 committed by GitHub
parent cd0e27446a
commit 39cd09ce19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,6 @@ services:
DJANGO_SUPERUSER_PASSWORD: {{ admin_password }}
UWSGI_MOUNT_PATH: {{ ingress_path }}
DJANGO_COLORS: "${DJANGO_COLORS:-}"
DJANGO_SETTINGS_MODULE: "awx.settings"
{% if loop.index == 1 %}
RUN_MIGRATIONS: 1
{% endif %}