Implemented Oauth

This commit is contained in:
2026-01-02 00:36:24 +05:30
parent 933c0741ab
commit 0130f746b0
22 changed files with 960 additions and 257 deletions

View File

@@ -24,6 +24,8 @@ services:
# PostgreSQL Database Service
db:
image: postgres:17-alpine
ports:
- "5432:5432"
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
@@ -32,4 +34,4 @@ services:
- pgdata:/var/lib/postgresql/data
volumes:
pgdata:
pgdata: