Initial commit for dev-8 branch with all current changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user