Revert "add supertokens path"

This reverts commit c12f8ac83d.
pull/21891/head
ytqh 1 year ago
parent 500155397a
commit 86054a1ef5

@ -426,7 +426,6 @@ services:
depends_on:
- db
- redis
- supertokens
volumes:
# Mount the storage directory to the container, for storing user files.
- ./volumes/app/storage:/app/api/storage
@ -469,9 +468,6 @@ services:
TEXT_GENERATION_TIMEOUT_MS: ${TEXT_GENERATION_TIMEOUT_MS:-60000}
CSP_WHITELIST: ${CSP_WHITELIST:-}
TOP_K_MAX_VALUE: ${TOP_K_MAX_VALUE:-}
SUPERTOKENS_API_URL: ${SUPERTOKENS_API_URL:-http://supertokens:3567}
SUPERTOKENS_WEBSITE_DOMAIN: ${SUPERTOKENS_WEBSITE_DOMAIN:-http://localhost:3000}
SUPERTOKENS_API_DOMAIN: ${SUPERTOKENS_API_DOMAIN:-http://supertokens:3567}
# The postgres database.
db:

@ -29,11 +29,6 @@ server {
include proxy.conf;
}
location /supertokens {
proxy_pass http://supertokens:3567;
include proxy.conf;
}
# placeholder for acme challenge location
${ACME_CHALLENGE_LOCATION}

Loading…
Cancel
Save