Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Lopez
bdb637ef70
chore: stop unnecessarily adding OpenSSL to LD_LIBRARY_PATH 2024-06-04 20:39:10 -04:00
Matthew Lopez
9c5089823f
chore: remove unnecessary OpenSSL compilation 2024-06-04 12:51:56 -04:00
Matthew Lopez
2643f673ba
chore: switch to Ubuntu 24.04 2024-06-04 12:20:58 -04:00
Matthew Lopez
331cf24564
chore: disable nginx HTTP rewrites to reduce image size 2024-06-03 20:21:12 -04:00
Matthew Lopez
181c600d66
chore: disable unnecessary newer TLS versions 2024-06-03 20:20:49 -04:00
Matthew Lopez
c517c0a7d1
chore: un-hardwrap readme lines 2024-06-03 20:18:18 -04:00
Matthew Lopez
c446e4ec58
fix: prevent container stop from timing out
This switches the CMDs to array syntax to avoid invoking a shell, which seems to prevent the stop signal from working correctly in both containers. Also switches from pm2 to pm2-runtime, as is recommended for running pm2 inside Docker.
2024-06-03 19:13:51 -04:00
Matthew Lopez
bee33c2373
docs: improve wording for Nginx configuration 2024-06-03 18:27:16 -04:00
Matthew Lopez
84f2bef52b
docs: update documentation for new setup
This updates the README information and adds an example Docker Compose file.
2024-06-03 18:03:55 -04:00
Matthew Lopez
c6b5ab0748
chore: move Nginx config to a separate container 2024-06-03 18:02:56 -04:00