Initial commit for dev-8 branch with all current changes

This commit is contained in:
2025-08-31 15:35:42 +03:00
parent 5c2f9e501d
commit 98d12be67d
14 changed files with 157 additions and 1930 deletions

View File

@@ -52,10 +52,10 @@ USER deploy
# Health check
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1
CMD curl -f http://localhost:8080/health || exit 1
# Expose metrics port
EXPOSE 8000
EXPOSE 8080
# Graceful shutdown
STOPSIGNAL SIGTERM