mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 11:00:58 +08:00
Fixed health check; Fixed dex config; Add rank trader info view;
This commit is contained in:
@@ -63,6 +63,6 @@ COPY --from=backend-builder /app/nofx .
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/api/health || exit 1
|
||||
|
||||
CMD ["./nofx"]
|
||||
|
||||
Reference in New Issue
Block a user