Fix postgres docker-compose, add postgresql_image var

This commit is contained in:
dgiorgio 2019-09-25 21:09:34 -03:00 committed by Ryan Petrello
parent ff67d65065
commit 1f76a88656
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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: