mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Fix postgres docker-compose, add postgresql_image var
This commit is contained in:
@@ -128,7 +128,7 @@ services:
|
|||||||
|
|
||||||
{% if pg_hostname is not defined %}
|
{% if pg_hostname is not defined %}
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10
|
image: {{ postgresql_image }}
|
||||||
container_name: awx_postgres
|
container_name: awx_postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user