Merge pull request #4819 from dgiorgio/devel

Fix docker-compose - Use variables to set docker postgres tag

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-11-12 15:34:46 +00:00 committed by GitHub
commit d3ea09d60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ services:
{% if pg_hostname is not defined %}
postgres:
image: postgres:10
image: {{ postgresql_image }}
container_name: awx_postgres
restart: unless-stopped
volumes: