Switch to PostGIS image.
This commit is contained in:
@@ -16,7 +16,7 @@ job "postgres" {
|
|||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "postgres:15-alpine"
|
image = "postgis/postgis:15-3.4-alpine"
|
||||||
ports = ["db"]
|
ports = ["db"]
|
||||||
volumes = [ "/data/compute/appdata/postgres:/var/lib/postgresql/data" ]
|
volumes = [ "/data/compute/appdata/postgres:/var/lib/postgresql/data" ]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user