mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -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:
@@ -135,7 +135,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