Skip to content

Commit d7ef12b

Browse files
committedNov 3, 2024
remove extra runners, move twingate
1 parent 67e7bd7 commit d7ef12b

File tree

4 files changed

+13
-156
lines changed

4 files changed

+13
-156
lines changed
 

‎docker/cf/docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ services:
55
image: cloudflare/cloudflared@sha256:119c1712ba89bfb32a404ef6b949284519a99f3de5c1202f483a6800fd1c638e
66
command: tunnel --no-autoupdate run --token $CF_TOKEN
77

8+
twingate-famous-alligator:
9+
image: twingate/connector@sha256:f5aded82f662144c56c87e4238ea4a20abcc525edc5ad7cdecdac187cf274520
10+
container_name: twingate-famous-alligator
11+
restart: always
12+
environment:
13+
- TWINGATE_NETWORK=$TWINGATE_NETWORK
14+
- TWINGATE_ACCESS_TOKEN=$TWINGATE_ACCESS_TOKEN
15+
- TWINGATE_REFRESH_TOKEN=$TWINGATE_REFRESH_TOKEN
16+
- TWINGATE_LABEL_HOSTNAME=${HOSTNAME}
17+
- TWINGATE_LABEL_DEPLOYED_BY=docker
18+
sysctls:
19+
- net.ipv4.ping_group_range=0 2147483647
20+
821
wallos:
922
container_name: wallos
1023
image: bellamy/wallos:2.33.1

‎docker/docker-runner/docker-compose.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎terraform/docker-runner.tf

Lines changed: 0 additions & 65 deletions
This file was deleted.

‎terraform/docker-runner2.tf

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.