Fix postgis version and replace with postgres in appropriate composes

This commit is contained in:
Disassembler 2019-10-14 08:15:31 +02:00
parent 0f5c1d6433
commit 4458be2763
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
16 changed files with 16 additions and 16 deletions

View File

@ -42,7 +42,7 @@
]
},
"ckan-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgis_2.5.1-190620",
"mounts": [
["DIR", "/srv/ckan/postgres_data", "/var/lib/postgresql"]
]

View File

@ -17,7 +17,7 @@
]
},
"crisiscleanup-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/crisiscleanup/postgres_data", "/var/lib/postgresql"]
]

View File

@ -17,7 +17,7 @@
]
},
"cts-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgis_2.5.1-190620",
"mounts": [
["DIR", "/srv/cts/postgres_data", "/var/lib/postgresql"]
]

View File

@ -18,7 +18,7 @@
]
},
"ecogis-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/ecogis/postgres_data", "/var/lib/postgresql"]
]

View File

@ -17,7 +17,7 @@
]
},
"gnuhealth-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
]

View File

@ -18,7 +18,7 @@
]
},
"kanboard-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/kanboard/postgres_data", "/var/lib/postgresql"]
]

View File

@ -25,7 +25,7 @@
]
},
"motech-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
]

View File

@ -18,7 +18,7 @@
]
},
"odoo-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"]
]

View File

@ -29,7 +29,7 @@
]
},
"opendatakit-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
]

View File

@ -19,7 +19,7 @@
]
},
"pandora-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"]
]

View File

@ -20,7 +20,7 @@
]
},
"sahana-demo-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgis_2.5.1-190620",
"mounts": [
["DIR", "/srv/sahana-demo/postgres_data", "/var/lib/postgresql"]
]

View File

@ -20,7 +20,7 @@
]
},
"sahana-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgis_2.5.1-190620",
"mounts": [
["DIR", "/srv/sahana/postgres_data", "/var/lib/postgresql"]
]

View File

@ -20,7 +20,7 @@
]
},
"sambro-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgis_2.5.1-190620",
"mounts": [
["DIR", "/srv/sambro/postgres_data", "/var/lib/postgresql"]
]

View File

@ -18,7 +18,7 @@
]
},
"seeddms-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"]
]

View File

@ -18,7 +18,7 @@
]
},
"sigmah-postgres": {
"image": "postgis_11.3.0-190620",
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
]

View File

@ -1,4 +1,4 @@
IMAGE postgis_11.3.0-190620
IMAGE postgis_2.5.1-190620
LAYER alpine3.9_3.9.4-190620
LAYER postgres_11.3.0-190620