Skip to content

Commit 00fcdb3

Browse files
committed
fix: use dev mode in core container
1 parent 100bbdc commit 00fcdb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ services:
22
core:
33
# Uses `$SUPERTOKENS_CORE_VERSION` when available, else latest
44
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+
]
510
ports:
611
# Uses `$SUPERTOKENS_CORE_PORT` when available, else 3567 for local port
712
- ${SUPERTOKENS_CORE_PORT:-3567}:3567

0 commit comments

Comments
 (0)