subDesTagesMitExtraKaese 294e09f922 modications for existing traefik proxy | 2 yıl önce | |
---|---|---|
LICENSE | 3 yıl önce | |
README.md | 2 yıl önce | |
docker-compose.yml | 2 yıl önce | |
docker-stack.yml | 2 yıl önce | |
nginx.conf | 2 yıl önce |
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