mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
#3778 Upgrading postgresql to v10
This commit is contained in:
committed by
Christian Adams
parent
ffc6e2218e
commit
04ab736f09
@@ -10,7 +10,7 @@ rabbitmq_port: "5672"
|
||||
rabbitmq_user: "guest"
|
||||
rabbitmq_password: "guest"
|
||||
|
||||
postgresql_version: "9.6"
|
||||
postgresql_version: "10.7"
|
||||
postgresql_image: "postgres:{{postgresql_version}}"
|
||||
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ services:
|
||||
|
||||
{% if pg_hostname is not defined %}
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
image: postgres:10.7
|
||||
container_name: awx_postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user