This repository was archived by the owner on Jun 3, 2025. It is now read-only.
shish/rhrn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This assumes you have a postgres database running on your docker host already docker build -t rhrn . docker run -e DB_DSN=postgres://DB_USER:DB_PASS@172.17.0.1:5432/rhrn -p 127.0.0.1:8810:8000 -t rhrn