No description
Find a file
2026-02-28 11:56:34 -07:00
.github/workflows Create main.yml 2023-01-09 15:35:28 -07:00
migrations Add migrations for master key rotation support 2026-02-28 01:25:25 -07:00
.drone.yml tags 2023-01-09 15:06:08 -07:00
docker-compose.yml tables 2022-12-24 21:23:22 -07:00
Dockerfile fix postgres version 2024-11-12 20:21:42 -07:00
init.sql Add migrations for master key rotation support 2026-02-28 01:25:25 -07:00
LICENSE.txt Create LICENSE.txt 2023-01-13 09:51:06 -07:00
README.md tables 2022-12-24 21:23:22 -07:00

Postgres Environment

This is useful for development and production.

To use, clone the repository, and simply run:

docker-compose up

It will create all tables automatically and you will have a database running on 127.0.0.1:5432. :)

If you want to ensure it is properly reset: docker-compose up --build