Split data layer into btcdata service
Remove DB, Binance WebSocket, and Kraken pollers from btcprice. UI now uses vanilla EventSource connecting to btcdata for live price updates. btcprice is now a pure UI service with no database. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -23,6 +23,6 @@ COPY --from=build /build/target/btcprice-standalone.jar /btcprice/btcprice-stand
|
||||
|
||||
EXPOSE 4040
|
||||
ENV PORT=4040
|
||||
ENV JDBC_URL=jdbc:postgresql://postgres:5432/btcprod
|
||||
ENV BTCDATA_URL=http://btcdata:4100
|
||||
|
||||
CMD ["java", "-jar", "/btcprice/btcprice-standalone.jar"]
|
||||
|
||||
Reference in New Issue
Block a user