User Authentication Flow Works

This commit is contained in:
2026-01-25 15:03:17 -06:00
parent 1bf0acdf39
commit e76caa68f1
22 changed files with 275 additions and 248 deletions
+3 -14
View File
@@ -2,27 +2,16 @@ version: "3"
services:
pgsql:
image: postgres
image: postgres:17
restart: unless-stopped
environment:
POSTGRES_USER: duxcore
POSTGRES_USER: ttscm
POSTGRES_PASSWORD: 123web123
POSTGRES_DB: duxcore
POSTGRES_DB: ttscm
volumes:
- ./postgres:/var/lib/postgresql/data
ports:
- 5432:5432
pgsql-boss:
image: postgres
restart: unless-stopped
environment:
POSTGRES_USER: pg-boss
POSTGRES_PASSWORD: 123web123
POSTGRES_DB: pg-boss
volumes:
- ./postgres-pgb:/var/lib/postgresql/data
ports:
- 2345:5432
redis:
image: redis:6.2-alpine