Go to file
David 3b207959ab send in git repo so go build can tag correctly 2023-08-02 12:22:30 -04: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 initial shape of the tool 2023-07-08 20:23:29 -04:00
README.md fill out readme 2023-07-18 22:18:53 -04:00
go.mod Update module tailscale.com to v1.46.1 2023-07-26 21:01:01 +00:00
go.sum Update module tailscale.com to v1.46.1 2023-07-26 21:01:01 +00:00
main.go remove unused type 2023-07-08 20:30:43 -04: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.