File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 - GITHUB_CLIENT_SECRET=${GITHUB_CLIENT_SECRET:-placeholder}
2323 - RESEND_API_KEY=${RESEND_API_KEY:-placeholder}
2424 - OLLAMA_URL=${OLLAMA_URL:-http://localhost:11434}
25- - SOCKET_SERVER_URL =${SOCKET_SERVER_URL :-http://localhost:3002}
25+ - NEXT_PUBLIC_SOCKET_URL =${NEXT_PUBLIC_SOCKET_URL :-http://localhost:3002}
2626 depends_on :
2727 db :
2828 condition : service_healthy
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ services:
2222 - RESEND_API_KEY=${RESEND_API_KEY:-placeholder}
2323 - OLLAMA_URL=${OLLAMA_URL:-http://localhost:11434}
2424 - SOCKET_SERVER_URL=${SOCKET_SERVER_URL:-http://localhost:3002}
25+ - NEXT_PUBLIC_SOCKET_URL=${NEXT_PUBLIC_SOCKET_URL:-http://localhost:3002}
2526 depends_on :
2627 db :
2728 condition : service_healthy
You can’t perform that action at this time.
0 commit comments