We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100bbdc commit 00fcdb3Copy full SHA for 00fcdb3
compose.yml
@@ -2,6 +2,11 @@ services:
2
core:
3
# Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest
4
image: supertokens/supertokens-dev-postgresql:${SUPERTOKENS_CORE_VERSION:-master}
5
+ entrypoint: [
6
+ "/usr/lib/supertokens/jre/bin/java",
7
+ "-classpath", "/usr/lib/supertokens/core/*:/usr/lib/supertokens/plugin-interface/*:/usr/lib/supertokens/ee/*",
8
+ "io.supertokens.Main", "/usr/lib/supertokens/", "DEV", "test_mode"
9
+ ]
10
ports:
11
# Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port
12
- ${SUPERTOKENS_CORE_PORT:-3567}:3567
0 commit comments