Robert Sköld
Robert Sköld
you might also want to try a newer version of node, as they added native WebSocket support behind a flag in v20.10 and without a flag in v22: https://nodejs.org/docs/latest/api/globals.html#websocket
what about racks not on aws?
An interesting observation is that the healthcheck test seems to interpolate it correctly: ```yaml services: redis: image: redis command: redis-server --requirepass $$REDIS_PASSWORD healthcheck: test: redis-cli -a $$REDIS_PASSWORD --raw incr ping...
Great review thanks! 🙏 i was unable to get it to build and test (unrelated to this PR) but i’ll have another go at it later this week.
All right, I managed to get the build and tests to run in an Ubuntu VM so it's looking a lot better now! A few whitespace changes snuck in, if...