This is the initial push of the outline of the life dashboard

This commit is contained in:
YOUNG
2026-03-09 12:52:48 -05:00
parent bf1e4e754f
commit 7596a5f382
47 changed files with 6522 additions and 3 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
life:
build: .
restart: unless-stopped
environment:
- DATABASE_URL=postgresql://admin:AAAbraK!!!@postgres:5432/life
- AUTH_USERNAME=will
- AUTH_PASSWORD=${AUTH_PASSWORD:-changeme}
- JWT_SECRET=${JWT_SECRET:-changeme-secret}
networks:
- web
networks:
web:
external: true