On migre à une base de données géographique

This commit is contained in:
Jean-Marie Favreau
2024-10-10 23:23:25 +02:00
parent 80a7b4e57f
commit 7d98fe6020
12 changed files with 122 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ services:
command: [ "/bin/bash", "/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: