This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
0
apps/rego-tunnel/metadata/compose-schema.json
Normal file → Executable file
Reference in New Issue
Block a user