Electronic Claims Manager: Monorepo
  • Common Lisp 68.1%
  • JavaScript 17.6%
  • Emacs Lisp 7.2%
  • HTML 3.8%
  • Scheme 1.1%
  • Other 2%
Find a file
2026-05-10 19:43:57 -07:00
app Add compose services 2026-05-10 19:43:57 -07:00
etc/ecm Add pgbouncer to detach DB from app 2026-05-08 14:08:37 -07:00
lisp Add the older Lisp code. Some from 2006!! 2026-04-10 18:22:10 -07:00
service Add compose services 2026-05-10 19:43:57 -07:00
.gitignore Add compose services 2026-05-10 19:43:57 -07:00
LICENSE Initial commit 2026-04-10 01:41:39 +00:00
README.org Add compose services 2026-05-10 19:43:57 -07:00

Electronic Claims Manager: Monorepo

HACKING

pgbouncer subtree

https://github.com/edoburu/docker-pgbouncer/tree/master

  git stash && \
  	git subtree add --prefix service/pgbouncer https://github.com/edoburu/docker-pgbouncer.git master && \
  	git stash pop

  git mv service/pgbouncer/README.md service/pgbouncer/README.org
  pandoc -torg -fmarkdown service/pgbouncer/README.org > service/pgbouncer/README.org
  git mv service/pgbouncer/Dockerfile service/pgbouncer/Containerfile