Run migrations via a task, not in the container

* Issue: https://github.com/ansible/awx/issues/9077
  * Fixes problem with migrations not completing
This commit is contained in:
Christian M. Adams
2021-01-13 15:44:05 -05:00
parent 57c3b9ab17
commit 88a0d98447
2 changed files with 11 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ services:
{% endfor %}
{% endif %}
environment:
AWX_SKIP_MIGRATIONS: "1"
http_proxy: {{ http_proxy | default('') }}
https_proxy: {{ https_proxy | default('') }}
no_proxy: {{ no_proxy | default('') }}