Upload files to "compose/twingate"
This commit is contained in:
parent
72e2f9b552
commit
46a533db4e
3
compose/twingate/.env
Normal file
3
compose/twingate/.env
Normal file
@ -0,0 +1,3 @@
|
||||
TWINGATE_NETWORK=
|
||||
TWINGATE_ACCESS_TOKEN=
|
||||
TWINGATE_REFRESH_TOKEN=
|
15
compose/twingate/docker-compose.yml
Normal file
15
compose/twingate/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
services:
|
||||
twingate_connector:
|
||||
container_name: <CONNECTOR NAME>
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
restart: always
|
||||
image: twingate/connector:latest
|
||||
environment:
|
||||
- TWINGATE_NETWORK=${TWINGATE_NETWORK}
|
||||
- TWINGATE_ACCESS_TOKEN=${TWINGATE_ACCESS_TOKEN}
|
||||
- TWINGATE_REFRESH_TOKEN=${TWINGATE_REFRESH_TOKEN}
|
||||
- TWINGATE_LOG_ANALYTICS=v2
|
||||
- TWINGATE_LOG_LEVEL=3
|
||||
sysctls:
|
||||
net.ipv4.ping_group_range: "0 2147483647"
|
Loading…
Reference in New Issue
Block a user