kredens/README.md
2025-01-23 02:58:00 +00:00

331 B

Kredens

Where I keep my spoons.

Development

Create a .env file:

DATABASE_PASSWORD=TOTALMESSREPLACE
DATABASE_URL=postgres://postgres:${DATABASE_PASSWORD}@host.docker.internal/kredens

Then, to start the thing:

% docker compose up -d

The entire thing comes with a dev container that should mostly work.