An open API service indexing awesome lists of open source software.

https://github.com/hydroshare/hs_postgis

A Hydroshare database container based on official images
https://github.com/hydroshare/hs_postgis

Last synced: about 1 month ago
JSON representation

A Hydroshare database container based on official images

Awesome Lists containing this project

README

          

# hs_postgis
A database for Hydroshare based on official images.

1. Open port 5432 on the host's firewall to the subnets making connections.
1. Set `PGPASSWORD` in `.env`.
1. `docker compose up -d`
1. Place a SQL dump to load into the database in `/var/scratch/pg.deploy.sql` on the host.
1. `./loaddb.sh`
1. The default postgres user password is configured in two places in the Hydroshare codebase:
1. `hydroshare/hydroshare/local_settings.py`
1. `hydroshare/config/hydroshare-config.yaml`