PostGIS pour la pro

This commit is contained in:
Jean-Marie Favreau 2024-10-10 23:45:49 +02:00
parent 7d98fe6020
commit 4c35df7f63

View File

@ -23,7 +23,7 @@ services:
command: [ "/bin/bash", "/app/deployment/scripts/wait-db.sh", "/app/deployment/scripts/backend/start.sh" ]
db:
image: postgres:15.2-alpine
image: postgis/postgis:15-3.4-alpine
container_name: "${APP_NAME}-db"
hostname: "${POSTGRES_HOST:-db}"
volumes: