tailscale-docker/simple-example/docker-compose.yml

11 lines
204 B
YAML
Raw Normal View History

2022-08-22 18:03:01 +00:00
version: "3.9"
services:
tailscale:
build:
context: ./tailscale
2022-08-22 18:40:15 +00:00
environment:
- TAILSCALE_AUTH_KEY
2022-08-22 18:03:01 +00:00
some-service-1:
image: nginxdemos/hello
network_mode: "service:tailscale"