Receta

Geographic Information System

A Geographic Information System stack to build applications for visualizing, analyzing, and interpreting data related to locations on Earth.

https://gis.stack.localhost
Transfiguring

Geographic Information System está iniciando…

Registros de ejecución

Registros de ejecución
 

Variables de entorno

.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