Twingate provides zero-trust remote access to the home network. No port forwarding, no VPN server to maintain -- just install the Twingate client on your devices and access your services from anywhere.
twingate:
image: twingate/connector:1
container_name: twingate-tall-ostrich
environment:
TWINGATE_NETWORK: lucab
TWINGATE_ACCESS_TOKEN: <from-twingate-admin>
TWINGATE_REFRESH_TOKEN: <from-twingate-admin>
TWINGATE_LABEL_HOSTNAME: debian-server
TWINGATE_LABEL_DEPLOYED_BY: docker
sysctls:
net.ipv4.ping_group_range: "0 2147483647"
pull_policy: always
restart: unless-stoppedhomelab.internal:8080 from outside, the client routes traffic through Twingate's relay to the connector, which forwards it to the local serviceACCESS_TOKEN and REFRESH_TOKEN
homelab.internal or a whole CIDR range) to control what's accessibleCreated 2026-02-07T23:15:12+01:00, updated 2026-02-07T23:30:36+01:00 · History · Edit