Skip to content

Commit 607d265

Browse files
committed
Experiment: Does diabling anms-ui healthcheck make a difference?
1 parent 89198d2 commit 607d265

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

anms.Containerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ COPY --chown=${APP_USER}:${APP_USER} \
150150
CMD ["pm2-docker", "process.yml", "--env", "production"]
151151
EXPOSE 9030
152152

153-
HEALTHCHECK --start-period=10s --interval=60s --timeout=10s --retries=20 \
154-
CMD ["pm2", "pid", "anms"]
153+
# Disable healthcheck for CI debug experiment
154+
#HEALTHCHECK --start-period=10s --interval=60s --timeout=10s --retries=20 \
155+
# CMD ["pm2", "pid", "anms"]
155156

156157

157158
# Local grafana configuration

0 commit comments

Comments
 (0)