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.
2 parents 546217e + 6cd8058 commit bc6e626Copy full SHA for bc6e626
compose.yaml
@@ -20,7 +20,8 @@ services:
20
environment:
21
OBB_WIZARD_BASE_URL: "http://wizard:8000"
22
23
- OBB_DB_SYNC: ${OBB_DB_SYNC:-true}
+ OBB_DB_SYNC: ${OBB_DB_SYNC}
24
+ OBB_DB_DATABASE: ${OBB_DB_DATABASE}
25
26
OBB_JWT_SECRET: ${OBB_JWT_SECRET}
27
OBB_JWT_EXPIRE: ${OBB_JWT_EXPIRE:-2678400s}
0 commit comments