Update rego-tunnel to use local rego-vpn image
Some checks failed
Test / test (push) Has been cancelled

- Add AnyConnect 4.8 installer to build folder
- Update docker-compose to use rego-vpn:latest local image

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 11:02:24 +00:00
parent 85c1fec4cf
commit dd168f0059
4 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"services": [ "services": [
{ {
"name": "rego-tunnel", "name": "rego-tunnel",
"image": "dockurr/windows:latest", "image": "rego-vpn:latest",
"environment": { "environment": {
"RAM_SIZE": "${WINDOWS_RAM_GB}G", "RAM_SIZE": "${WINDOWS_RAM_GB}G",
"CPU_CORE": "${WINDOWS_CPU_CORES}", "CPU_CORE": "${WINDOWS_CPU_CORES}",

View File

@@ -1,7 +1,7 @@
services: services:
rego-tunnel: rego-tunnel:
container_name: rego-tunnel container_name: rego-tunnel
image: rego-windows:latest image: rego-vpn:latest
restart: unless-stopped restart: unless-stopped
devices: devices:
- /dev/kvm - /dev/kvm

0
apps/rego-tunnel/metadata/logo.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB