1
0

」 feat: Added static website

This commit is contained in:
2025-02-22 17:11:06 +01:00
parent 05d2f7a981
commit 1004dba659
11 changed files with 120 additions and 3 deletions

View File

@ -37,4 +37,4 @@ STOPSIGNAL SIGQUIT
EXPOSE 80
CMD [ "nginx", "-g", "daemon off;" ]
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1s --start-interval=2s CMD curl http://127.0.0.1:80/health || exit 1
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=3s --start-interval=2s CMD curl http://127.0.0.1:80/health || exit 1