File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ services:
159159 ports :
160160 - " ${SUPERTOKENS_PORT:-3567}:3567"
161161 environment :
162- - POSTGRESQL_CONNECTION_URI=postgresql://${USERNAME:-postgres}:${PASSWORD:-changeme}@nixopus-db:${DB_PORT:- 5432} /${DB_NAME:-postgres}
162+ - POSTGRESQL_CONNECTION_URI=postgresql://${USERNAME:-postgres}:${PASSWORD:-changeme}@nixopus-db:5432/${DB_NAME:-postgres}
163163 - POSTGRESQL_TABLE_NAMES_PREFIX=supertokens_
164164
165165 networks :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ services:
112112 environment :
113113 # This is to avoid conflicts with the nixopus database
114114 POSTGRESQL_TABLE_NAMES_PREFIX : " supertokens_"
115- POSTGRESQL_CONNECTION_URI : " postgresql://${USERNAME}:${PASSWORD}@nixopus-db:${DB_PORT} /${DB_NAME}"
115+ POSTGRESQL_CONNECTION_URI : " postgresql://${USERNAME}:${PASSWORD}@nixopus-db:5432 /${DB_NAME}"
116116 networks :
117117 - nixopus-network
118118 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments