feat: add authentication configuration to docker-compose.yml
This commit is contained in:
@@ -13,6 +13,10 @@ services:
|
||||
DB_USER: peakskills_user
|
||||
DB_PASSWORD: peakskills_password
|
||||
NEXT_PUBLIC_API_URL: ""
|
||||
# Auth.js configuration
|
||||
AUTH_SECRET: "FvhDat3sJK5TI1L4fcugCGFmLsO1BCi+mwSYeLkl8JA="
|
||||
AUTH_TRUST_HOST: "true"
|
||||
AUTH_URL: "http://localhost:3000"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user