File tree Expand file tree Collapse file tree 1 file changed +2
-36
lines changed Expand file tree Collapse file tree 1 file changed +2
-36
lines changed Original file line number Diff line number Diff line change @@ -56,42 +56,8 @@ services:
5656 container_name : auth_api
5757 ports :
5858 - " 8080:8080"
59- environment :
60- # Database Configuration
61- DB_HOST : postgres
62- DB_PORT : 5432
63- DB_USER : postgres
64- DB_PASSWORD : root
65- DB_NAME : auth_db
66-
67- # Redis Configuration
68- REDIS_ADDR : redis:6379
69- REDIS_DB : 0
70-
71- # JWT Configuration
72- JWT_SECRET : supersecretjwtkey
73- ACCESS_TOKEN_EXPIRATION_MINUTES : 15
74- REFRESH_TOKEN_EXPIRATION_HOURS : 720
75-
76- # Email Configuration (using your existing settings)
77- EMAIL_HOST : mail.horisen.com
78- EMAIL_PORT : 587
79- 80- EMAIL_PASSWORD : R2yV_PpDH_Mu5H_MUqA_2GzS
81- 82-
83- # Social Auth Configuration (using your existing settings)
84- GOOGLE_CLIENT_ID : 469439062298-gq7njpnv9c7se122arbvfma02s48448v.apps.googleusercontent.com
85- GOOGLE_CLIENT_SECRET : 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
86- GOOGLE_REDIRECT_URL : http://localhost:8080/auth/google/callback
87-
88- FACEBOOK_CLIENT_ID : 1944774179266724
89- FACEBOOK_CLIENT_SECRET : e6b0abb161f008077e6d509a8c9a8bb9
90- FACEBOOK_REDIRECT_URL : http://localhost:8080/auth/facebook/callback
91-
92- GITHUB_CLIENT_ID : Ov23liESzpSDiICDk8CI
93- GITHUB_CLIENT_SECRET : b44d1697d638210251e4980ce450babeb1e05b54
94- GITHUB_REDIRECT_URL : http://localhost:8080/auth/github/callback
59+ env_file :
60+ - .env
9561 depends_on :
9662 postgres :
9763 condition : service_healthy
You can’t perform that action at this time.
0 commit comments