summaryrefslogtreecommitdiff
path: root/ci/startcompose.sh
AgeCommit message (Collapse)Author
2023-01-05CI: Support overriding docker-compose with podman-composejwijenbergh
Useful if symlinking is not an option due to having docker-compose and podman-compose installed. You can change $PATH just for this repo but that's messy.
2023-01-05CI: Support Podman as an alternative to Dockerjwijenbergh
Podman-compose (can be aliased to docker-compose now) does not have the exact same options. We move the compose file to the root to support podman. This is also better because users can just execute docker-compose in the root.
2022-04-25Tests: Ability to add a custom server and share certificateJeroen Wijenbergh
We also now do not have to skip verification in the test files
2022-03-29Start compose: Shellcheck quote warningjwijenbergh
2022-03-25Make sure to build the latest changesjwijenbergh
2022-03-25Set portal username and pass with env varsjwijenbergh