No description
Find a file
2020-08-16 00:53:50 -07:00
signal-server-patches Update to 2.92 2020-06-16 21:37:37 -07:00
.gitlab-ci.yml Remove runner tag requirements for gitlab.com CI support 2020-08-16 00:53:50 -07:00
docker-compose.yml Bump version in docker-compose 2020-06-16 22:28:33 -07:00
migrate-and-start-server.sh Update to directory v2 2020-06-24 22:50:22 -07:00
README.md Adding README.md 2018-12-04 12:19:49 -08:00
signal-server.Dockerfile Update to 2.92 2020-06-16 21:37:37 -07:00
testhelper.Dockerfile Fix how testhelper is built 2018-12-05 12:33:47 -08:00
testhelper.go Update to directory v2 2020-06-24 22:50:22 -07:00

signald test infrastructure

infrastructure and configuration for signald testing

Signal Server

The Signal server is a java app, with dependencies on postgres and redis. signal-server.Dockerfile describes how to build it, and docker-compose.yaml shows how to run it. The test server runs nginx in front of the Signal server, which terminates TLS and proxies back to localhost:8080 (the Signal server)