Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
NODE_ENV: production
HMAC_SECRET: ${HMAC_SECRET}
APP_URL: ${APP_URL}
MASTER_API_KEY_HASH: ${MASTER_API_KEY_HASH}

dashboard:
profiles:
Expand All @@ -77,6 +78,6 @@ services:
BETTER_AUTH_URL: http://localhost:3000
SCRAWN_BASE_URL: http://server:8060
SCRAWN_HTTP_URL: http://server:8060
SCRAWN_KEY: ${SCRAWN_KEY}
MASTER_API_KEY: ${MASTER_API_KEY}


2 changes: 1 addition & 1 deletion proto
Submodule proto updated from d9ceee to e4b723
Loading