depends on Hyperpipe/Hyperpipe#170
version: '3' can be omitted as it's the default anyways, and docker compose shows a warning that it's not needed whenever starting the container on recent versions.
Note that the old way of setting the entrypoint still works, there are no breaking changes, as this has overriden the entrypoint with sh -c 'find /usr/share/nginx/html -type f -exec sed -i s/pipedapi.kavin.rocks/PIPED/g {} \; -exec sed -i s/hyperpipeapi.onrender.com/BACKEND/g {} \; && /docker-entrypoint.sh && nginx -g "daemon off;"', so the entrypoint added in Hyperpipe/Hyperpipe#170 won't be used in that case.
depends on https://codeberg.org/Hyperpipe/Hyperpipe/pulls/170
`version: '3'` can be omitted as it's the default anyways, and docker compose shows a warning that it's not needed whenever starting the container on recent versions.
Note that the old way of setting the entrypoint still works, there are no breaking changes, as this has overriden the entrypoint with `sh -c 'find /usr/share/nginx/html -type f -exec sed -i s/pipedapi.kavin.rocks/PIPED/g {} \; -exec sed -i s/hyperpipeapi.onrender.com/BACKEND/g {} \; && /docker-entrypoint.sh && nginx -g "daemon off;"'`, so the entrypoint added in https://codeberg.org/Hyperpipe/Hyperpipe/pulls/170 won't be used in that case.