fix: dependencies between dockers

This commit is contained in:
mcolonna 2025-06-13 21:21:36 +02:00
parent f5c5b31fbd
commit 961b90c4d6
5 changed files with 10 additions and 4 deletions

View file

@ -29,3 +29,5 @@ COPY conf/ /etc/nginx/
# start
CMD ["nginx", "-g", "daemon off;"]
HEALTHCHECK --interval=1s --timeout=10s --start-period=60s --retries=1 CMD [ "sh", "-c", "! [ -z \"$(netstat -tuln | grep :443)\" ]" ]