feat: add authentication configuration to docker-compose.yml

This commit is contained in:
Julien Froidefond
2025-10-12 16:16:37 +02:00
parent 6db4921d0f
commit a6362b6435

View File

@@ -13,6 +13,10 @@ services:
DB_USER: peakskills_user DB_USER: peakskills_user
DB_PASSWORD: peakskills_password DB_PASSWORD: peakskills_password
NEXT_PUBLIC_API_URL: "" NEXT_PUBLIC_API_URL: ""
# Auth.js configuration
AUTH_SECRET: "FvhDat3sJK5TI1L4fcugCGFmLsO1BCi+mwSYeLkl8JA="
AUTH_TRUST_HOST: "true"
AUTH_URL: "http://localhost:3000"
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy