Skip to content

Commit 39cd09c

Browse files
authored
Remove django settings module env var (#15896)
Signed-off-by: Seth Foster <[email protected]>
1 parent cd0e274 commit 39cd09c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/docker-compose/ansible/roles/sources/templates/docker-compose.yml.j2

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ services:
4242
DJANGO_SUPERUSER_PASSWORD: {{ admin_password }}
4343
UWSGI_MOUNT_PATH: {{ ingress_path }}
4444
DJANGO_COLORS: "${DJANGO_COLORS:-}"
45-
DJANGO_SETTINGS_MODULE: "awx.settings"
4645
{% if loop.index == 1 %}
4746
RUN_MIGRATIONS: 1
4847
{% endif %}

0 commit comments

Comments
 (0)