Go to file
David 197e28300b Merge pull request 'Update module tailscale.com to v1.64.2' (#27) from renovate/tailscale.com-1.x into main
Reviewed-on: #27
2024-04-18 17:36:05 +00:00
.dockerignore send in git repo so go build can tag correctly 2023-08-02 12:22:30 -04:00
.gitignore add some ignorefiles 2023-07-20 20:16:48 -04:00
Dockerfile bump to 1.22 2024-03-03 21:01:08 -05:00
README.md fill out readme 2023-07-18 22:18:53 -04:00
go.mod Update module tailscale.com to v1.64.2 2024-04-17 15:01:16 +00:00
go.sum Update module tailscale.com to v1.64.2 2024-04-17 15:01:16 +00:00
main.go very much reduce logging noise 2024-01-12 21:11:21 -05:00
renovate.json Add renovate.json 2023-07-19 03:15:38 +00:00

README.md

tailscale to docker-compose proxy

This simple service works to bridge docker-compose local hostnames onto your tailnet. HTTP services only for now.

Usage

Set UPSTREAMS in the environment as a comma-separated list of docker-compose host:port services to expose by their hostname onto your tailnet. For example:

UPSTREAMS=pgadmin:9090,secureservice:8080

Would result in two new services being added to your tailnet with the hostnames pgadmin and secureservice, both listening on port 80 for traffic.