Fix postgis version and replace with postgres in appropriate composes
This commit is contained in:
parent
0f5c1d6433
commit
4458be2763
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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"]
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user