Docker Stack
A stack of often used tools for IMT GIS assignments.
Tools
PostGIS
PostGIS is the Postgres database with the GIS extension pre-packaged. Most GIS tools in use (ArcGIS, QGIS) can connect directly to the database.
PGAdmin
PGAdmin is an admin tool for PostGIS database.
WebDAV
WebDAV is a network file sharing tool. WebDAV shares can be mounted by most operating systems and
Usage
- Ensure you have docker downloaded and installed.
- Copy
.env.template
to.env
. - Populate
.env
with your preferred values. - From the root directory, run:
docker compose -d up
. - Connect to service with the appropriate port. That can be found in the
docker-compose.yml
.- Example: PostGIS can be connected to by using the hostname of
localhost
and the port5400
…localhost:5400
- Example: PostGIS can be connected to by using the hostname of