refactor: docker container list

This commit is contained in:
Tim Dreyer
2025-04-24 22:32:58 +02:00
parent 72b100aab0
commit 4dc7175588
4 changed files with 294 additions and 77 deletions

View File

@@ -72,6 +72,8 @@ ENV WEBROOT="./www"
VOLUME [ "/opt/zoraxy/config/" ]
LABEL com.imuslab.zoraxy.container-identifier="Zoraxy"
ENTRYPOINT [ "/opt/zoraxy/entrypoint.sh" ]
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s --retries=3 CMD nc -vz 127.0.0.1 $PORT || exit 1