User Authentication Flow Works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user