Recette

Système d'Information Géographique

Une stack pour créer des applications de cartographie et d'analyse de données géospatiales.

https://gis.stack.localhost
Perusing

Système d'Information Géographique démarre…

Journaux

Journaux
 

Variables d'environnement

.env
PROJECT=gis
DOMAIN=stack.localhost
POSTGRES_VERSION=17-3.5
POSTGRES_DB=$PROJECT
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
DATABASE_URL=postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgis:5432/$POSTGRES_DB