subDesTagesMitExtraKaese 294e09f922 modications for existing traefik proxy | 2 лет назад | |
---|---|---|
LICENSE | 3 лет назад | |
README.md | 2 лет назад | |
docker-compose.yml | 2 лет назад | |
docker-stack.yml | 2 лет назад | |
nginx.conf | 2 лет назад |
To run this Signal TLS proxy, you will need the following setup:
docker-stack.yml
file to use your domain name and traefik labelsdocker stack deploy -c docker-stack.yml signal-tls-proxy
docker service logs -f signal-tls-proxy
to see the logsYour proxy is now running! You can share this with the URL https://signal.tube/#<your_host_name>
If you don't want to use Docker Swarm, you can run the proxy with Docker Compose:
docker-compose.yml
file to use your domain name and traefik labelsdocker-compose up -d
docker-compose logs -f
to see the logs