subDesTagesMitExtraKaese 294e09f922 modications for existing traefik proxy | před 2 roky | |
---|---|---|
LICENSE | před 3 roky | |
README.md | před 2 roky | |
docker-compose.yml | před 2 roky | |
docker-stack.yml | před 2 roky | |
nginx.conf | před 2 roky |
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