server side events and ui improvemnt

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-09 15:05:59 +01:00
parent 04453c673f
commit 484a6b1d41
73 changed files with 1095 additions and 650 deletions

View File

@@ -3,7 +3,6 @@
docker build \
--build-arg DATABASE_URL="postgresql://local@host.docker.internal:5432/mixan?schema=public" \
--build-arg NEXTAUTH_SECRET="secret_sauce" \
--build-arg NEXTAUTH_URL="http://localhost:3300" \
--build-arg REDIS_URL="redis://127.0.0.1:6379" \
-t mixan/composed:latest \
-t mixan/composed:1.0 \