rego-tunnel: default TSCLIENT to APP_DATA_DIR + auto-mount 9p
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:57:47 +00:00
parent 0ab6bb934d
commit 6c790f84aa
4 changed files with 57 additions and 7 deletions

View File

@@ -24,11 +24,11 @@ services:
- VM_MAC=${VM_MAC:-52:54:00:12:34:56}
- DNS_SERVERS=${DNS_SERVERS:-1.1.1.1,8.8.8.8}
- LEASE_TIME=${LEASE_TIME:-12h}
- TSCLIENT=${TSCLIENT:-/etc/runtipi/app-data}
- TSCLIENT=${TSCLIENT:-${APP_DATA_DIR}}
volumes:
- /etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2:/vm/linux-vm.qcow2
- /etc/runtipi/user-config/runtipi/rego-tunnel/shared:/shared
- ${TSCLIENT:-/etc/runtipi/app-data}:/hostshare
- ${TSCLIENT:-${APP_DATA_DIR}}:/hostshare
networks:
- tipi_main_network
sysctls: