diff --git a/docker-compose.yml b/docker-compose.yml index f5c3061..3e44cca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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