added cli parameter to toggle registraion, and split the monorepo: now this is only the backend

This commit is contained in:
2026-01-13 16:04:58 +01:00
parent 0e8ef49cfd
commit 86d86473af
11 changed files with 184 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh
podman build -t chatapp-db ./db
podman build -t frangipane-db ./db
podman run --replace -d \
--name chatapp-db \
--name frangipane-db \
-p 5432:5432 \
chatapp-db
frangipane-db