rest of the changes to the new workout struct

This commit is contained in:
Blake Ridgway
2026-02-12 10:09:00 -06:00
parent da7dc73328
commit 93c6877014
17 changed files with 774 additions and 2333 deletions

View File

@@ -38,9 +38,9 @@ RUN mkdir -p /var/run/nginx && \
USER nginx
EXPOSE 3000
EXPOSE 3001
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
CMD wget --quiet --tries=1 --spider http://127.0.0.1:3000/ || exit 1
CMD wget --quiet --tries=1 --spider http://127.0.0.1:3001/ || exit 1
CMD ["nginx", "-g", "daemon off;"]