Adding README.md
This commit is contained in:
parent
c8e060edfe
commit
5e2d6ef6ea
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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)
|
Loading…
Reference in a new issue