-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Description
This is very cool and useful! - thanks for putting this together.
It would be very helpful to see an example of this applied to a more complex docker compose set-up. I've got a docker compose stack with multiple components: a database, a back-end server component and a web front-end. Previously I used networks:
to add them to the same network and ports:
to specify which ports they should expose to each-other but networks
and ports
are mutually exclusive with network_mode
. Is there a suggested approach to using the tailscale container for a scenario like this?
Metadata
Metadata
Assignees
Labels
No labels