update
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user