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,9 +1,9 @@
FROM docker.io/library/postgres:15
# Set environment variables
ENV POSTGRES_USER=chatapp
ENV POSTGRES_USER=frangipane
ENV POSTGRES_PASSWORD=secret
ENV POSTGRES_DB=chatapp
ENV POSTGRES_DB=frangipane
# Copy the initialization SQL script
COPY init.sql /docker-entrypoint-initdb.d/