Switch to PostGIS image.

This commit is contained in:
2023-10-03 06:28:23 +01:00
parent 79816b6960
commit 16556dff7f

View File

@@ -16,7 +16,7 @@ job "postgres" {
driver = "docker"
config {
image = "postgres:15-alpine"
image = "postgis/postgis:15-3.4-alpine"
ports = ["db"]
volumes = [ "/data/compute/appdata/postgres:/var/lib/postgresql/data" ]
}