mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix postgres docker-compose, add postgresql_image var
This commit is contained in:
parent
ff67d65065
commit
1f76a88656
@ -128,7 +128,7 @@ services:
|
||||
|
||||
{% if pg_hostname is not defined %}
|
||||
postgres:
|
||||
image: postgres:10
|
||||
image: {{ postgresql_image }}
|
||||
container_name: awx_postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user