mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Add SSL suport for docker install
Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
This commit is contained in:
committed by
Markus Opahle
parent
bb276a8fcb
commit
3a7bf6a8ac
@@ -86,6 +86,7 @@
|
||||
{{
|
||||
([project_data_dir + ':/var/lib/awx/projects:z'] if project_data_dir is defined else [])
|
||||
+ ([ca_trust_dir + ':/etc/pki/ca-trust/source/anchors:ro'] if ca_trust_dir is defined else [])
|
||||
+ ([ssl_certificate + ':/etc/nginx/awxweb.pem:ro'] if ssl_certificate is defined else [])
|
||||
}}
|
||||
user: root
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user