mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
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:
@@ -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('') }}
|
||||
|
||||
Reference in New Issue
Block a user