File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,22 @@ services:
34
34
- SSMTP_USER=$SSMTP_USER
35
35
- SSMTP_PASSWORD=$SSMTP_PASSWORD
36
36
- SSMTP_TLS=YES
37
- restart : always
37
+ restart : always
38
+
39
+ cf-tunnel :
40
+ restart : unless-stopped
41
+ image : cloudflare/cloudflared@sha256:119c1712ba89bfb32a404ef6b949284519a99f3de5c1202f483a6800fd1c638e
42
+ command : tunnel --no-autoupdate run --token $CF_TOKEN
43
+
44
+ twingate-famous-alligator :
45
+ image : twingate/connector@sha256:f5aded82f662144c56c87e4238ea4a20abcc525edc5ad7cdecdac187cf274520
46
+ container_name : twingate-famous-alligator
47
+ restart : always
48
+ environment :
49
+ - TWINGATE_NETWORK=$TWINGATE_NETWORK
50
+ - TWINGATE_ACCESS_TOKEN=$TWINGATE_ACCESS_TOKEN
51
+ - TWINGATE_REFRESH_TOKEN=$TWINGATE_REFRESH_TOKEN
52
+ - TWINGATE_LABEL_HOSTNAME=${HOSTNAME}
53
+ - TWINGATE_LABEL_DEPLOYED_BY=docker
54
+ sysctls :
55
+ - net.ipv4.ping_group_range=0 2147483647
You can’t perform that action at this time.
0 commit comments