mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
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:
commit
d3ea09d60c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user