Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 428 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 428 Bytes

0.1.0

Initial development release.

Notes

  • Based off tklx/base:0.1.0.
  • PostgreSQL installed directly from Debian.
  • Uses tini for zombie reaping and signal forwarding.
  • Uses gosu for dropping privileges to postgres user.
  • Includes VOLUME /var/lib/postgresql/data for persistence.
  • Includes EXPOSE 5432 for container linking.
  • Basic bats testing suite.