feat: github auth

This commit is contained in:
2024-12-14 00:43:07 +01:00
parent e3eab0f5a1
commit 0bf480ef71
16 changed files with 202 additions and 112 deletions

View File

@@ -1,12 +1,10 @@
volumes:
psql:
services:
psql:
image: postgres
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
POSTGRES_PASSWORD: S+xyPXPDcYNQtTy3hUNoC9eBwmsoGA
volumes:
- psql:/var/lib/postgresql/data
- ./psql:/var/lib/postgresql/data
ports:
- 5555:5432