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",