docker-postgis

Description

Docker-compose default instance to run PostGIS and pgAdmin4 in docker containers

Setup

  1. Copy the given sample env file and adapt it to your environment: cp .env.sample .env
  2. Run docker-compose up -d to start the composition.

References

Hint💡

to get containers ip run:

  • docker ps -a
  • docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <container_id>