This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
# Twingate connector credentials
TWINGATE_ACCESS_TOKEN=<< twingate_access_token >>
TWINGATE_REFRESH_TOKEN=<< twingate_refresh_token >>
@@ -0,0 +1,17 @@
services:
<< service_name >>:
image: docker.io/twingate/connector:1.88.0
restart: << restart_policy >>
container_name: << container_name >>
hostname: << container_hostname >>
environment:
- TZ=<< container_timezone >>
- TWINGATE_NETWORK=<< twingate_network >>
- TWINGATE_ACCESS_TOKEN=${TWINGATE_ACCESS_TOKEN}
- TWINGATE_REFRESH_TOKEN=${TWINGATE_REFRESH_TOKEN}
- TWINGATE_LOG_LEVEL=<< twingate_log_level >>
<%- if twingate_dns %>
- TWINGATE_DNS=<< twingate_dns >>
<%- endif %>
sysctls:
net.ipv4.ping_group_range: "0 2147483647"