Skip to content

Commit bc6e626

Browse files
authored
Merge pull request #29 from import-ai/refactor/compose
refactor(compose): add OBB_DB_DATABASE
2 parents 546217e + 6cd8058 commit bc6e626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ services:
2020
environment:
2121
OBB_WIZARD_BASE_URL: "http://wizard:8000"
2222

23-
OBB_DB_SYNC: ${OBB_DB_SYNC:-true}
23+
OBB_DB_SYNC: ${OBB_DB_SYNC}
24+
OBB_DB_DATABASE: ${OBB_DB_DATABASE}
2425

2526
OBB_JWT_SECRET: ${OBB_JWT_SECRET}
2627
OBB_JWT_EXPIRE: ${OBB_JWT_EXPIRE:-2678400s}

0 commit comments

Comments
 (0)