mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
#3778 Upgrading postgresql to v10
This commit is contained in:
committed by
Christian Adams
parent
ffc6e2218e
commit
04ab736f09
@@ -104,7 +104,7 @@ objects:
|
|||||||
name: ${DATABASE_SERVICE_NAME}
|
name: ${DATABASE_SERVICE_NAME}
|
||||||
- name: POSTGRESQL_MAX_CONNECTIONS
|
- name: POSTGRESQL_MAX_CONNECTIONS
|
||||||
value: ${POSTGRESQL_MAX_CONNECTIONS}
|
value: ${POSTGRESQL_MAX_CONNECTIONS}
|
||||||
image: registry.access.redhat.com/rhscl/postgresql-96-rhel7
|
image: registry.access.redhat.com/rhscl/postgresql-10-rhel7
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ rabbitmq_port: "5672"
|
|||||||
rabbitmq_user: "guest"
|
rabbitmq_user: "guest"
|
||||||
rabbitmq_password: "guest"
|
rabbitmq_password: "guest"
|
||||||
|
|
||||||
postgresql_version: "9.6"
|
postgresql_version: "10.7"
|
||||||
postgresql_image: "postgres:{{postgresql_version}}"
|
postgresql_image: "postgres:{{postgresql_version}}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ services:
|
|||||||
|
|
||||||
{% if pg_hostname is not defined %}
|
{% if pg_hostname is not defined %}
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:10.7
|
||||||
container_name: awx_postgres
|
container_name: awx_postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ services:
|
|||||||
- CLUSTERED=true
|
- CLUSTERED=true
|
||||||
- CLUSTER_WITH=rabbitmq_1
|
- CLUSTER_WITH=rabbitmq_1
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:10.7
|
||||||
container_name: tools_postgres_1
|
container_name: tools_postgres_1
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:alpine
|
image: memcached:alpine
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
# dockerfile: Dockerfile-logstash
|
# dockerfile: Dockerfile-logstash
|
||||||
# Postgres Database Container
|
# Postgres Database Container
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:10.7
|
||||||
container_name: tools_postgres_1
|
container_name: tools_postgres_1
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
|||||||
Reference in New Issue
Block a user