upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-15 02:58:17 +00:00
parent ffbc3da3eb
commit 38e7c983b3
2 changed files with 10 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"services": [
{
"name": "rego-tunnel",
"image": "dockurr/windows:5.14",
"image": "dockurr/windows:latest",
"environment": [
{
"key": "RAM_SIZE",
@@ -137,6 +137,13 @@
"readOnly": false,
"shared": false,
"private": false
},
{
"hostPath": "${APP_DATA_DIR}/data/shared",
"containerPath": "/shared",
"readOnly": false,
"shared": false,
"private": false
}
],
"stopGracePeriod": "2m",

View File

@@ -3,7 +3,7 @@ version: '3.9'
services:
rego-tunnel:
container_name: rego-tunnel
image: dockurr/windows:5.14
image: dockurr/windows:latest
restart: unless-stopped
devices:
- /dev/kvm
@@ -45,6 +45,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data/storage:/storage
- ${APP_DATA_DIR}/data/shared:/shared
networks:
- tipi_main_network