summaryrefslogtreecommitdiff
path: root/ci/docker/docker-compose.yml
AgeCommit message (Collapse)Author
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-08-09Docker: Run without a systemctl helper scriptjwijenbergh
2022-04-25Tests: Skip server tests if no SERVER_URI is passedJeroen Wijenbergh
2022-03-29Tests: Change OAuth expiry tests by using a custom expiry timejwijenbergh
2022-03-25Add comments and minor fixupsjwijenbergh
2022-03-25Wait for pid to finish instead of sleepingjwijenbergh
2022-03-25Add testing container to the same networkjwijenbergh
2022-03-25Set portal username and pass with env varsjwijenbergh
2022-03-24Add CI docker images for testing with the serverjwijenbergh