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

This commit is contained in:
2025-12-15 15:28:44 +00:00
parent 6a44f9a7ea
commit 1b487960c9
3 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,13 @@
"readOnly": false,
"shared": false,
"private": false
},
{
"hostPath": "${APP_DATA_DIR}/data/start.sh",
"containerPath": "/run/start.sh",
"readOnly": true,
"shared": false,
"private": false
}
],
"stopGracePeriod": "2m",

View File

@@ -25,6 +25,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data/storage:/storage
- ${APP_DATA_DIR}/data/shared:/shared
- ${APP_DATA_DIR}/data/start.sh:/run/start.sh:ro
networks:

0
apps/rego-tunnel/metadata/compose-schema.json Normal file → Executable file
View File