mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: add docker healthchecks to server and ml (#9583)
* add healthcheck * format, import, IMMICH_PORT, and eslint change * chore: clean up nodejs healthcheck * fix ruff formating * add healthcheck * format, import, IMMICH_PORT, and eslint change * chore: clean up nodejs healthcheck * fix ruff formating * add healthcheck to dockerfile * poetry run ruff check --fix * removed 2 of 3 console calls --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
f6f82a5662
commit
6a4c2e97c0
5 changed files with 48 additions and 0 deletions
|
|
@ -62,3 +62,5 @@ VOLUME /usr/src/app/upload
|
|||
EXPOSE 3001
|
||||
ENTRYPOINT ["tini", "--", "/bin/bash"]
|
||||
CMD ["start.sh"]
|
||||
|
||||
HEALTHCHECK CMD npm run healthcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue