health
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions

This commit is contained in:
Dmitry 2025-12-11 04:03:26 +03:00
parent 05831c8a9e
commit c5d0df53c3

View file

@ -54,7 +54,7 @@ EXPOSE 8081
# Healthcheck - use existing public endpoint
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s --retries=5 \
CMD curl -sf http://127.0.0.1:8081/api/v2/subscriptions/plans || exit 1
CMD curl -sf http://127.0.0.1:8081/api/v2/packs || exit 1
# Use environment variables with fallbacks
CMD ["/app/server", "-a", "0.0.0.0", "-p", "8081", "--isar", "/app/isar", "--backup", "/app/backups", "--workdir", "/app"]