This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
docker-postgis
kopia lustrzana
https://github.com/kartoza/docker-postgis
Obserwuj
1
Polub
0
Forkuj
You've already forked docker-postgis
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
0df962e1f8
docker-postgis
/
build.sh
4 wiersze
83 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
Merge branch 10 into develop (#113) * Fix typo in helper script * Port work in develop to 10 branch (#90) * Port 9.6 to develop (#89) * Part one of porting work from 9.6 to 10 * Backported more scripts from 9.6 branch * Added missing apt update in dockerfile * Updates to entrypoint to reference image and update docker-compose to reference 10 pg * Added sample and docs from 9.6 branch * Removed my diagram as Rizky had already added one * Fix env paths for pg 10 * Fixes for backporting work from 9.6 to 10 - dbb now spins up and accepts connections properly * Update README.md * Backport from branch: 9.6-2.4 Fix default datadir - Change into default datadir - Add small unittest * Optimise PostgreSQL performance and align with the changes done in 9.6 version * Fix version numbers * Minor change to correct env file * Merged 10 branch into develop * Remove reduntant conf file from dockerfile * Remove reduntant conf file directive from setup script * Remove reduntant conf file directive from script
2019-01-25 12:57:23 +00:00
#!/usr/bin/env bash
added base build folder into main branch and various optimisations - revert commit for fixing passwords with strange characters - not worth the hassle
2021-01-02 21:34:42 +00:00
Use multi-stage build
2021-01-27 18:06:59 +00:00
docker-compose -f docker-compose.build.yml build postgis-prod