This commit is contained in:
@@ -37,6 +37,13 @@
|
|||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostPath": "${APP_DATA_DIR}/data/start.sh",
|
||||||
|
"containerPath": "/run/start.sh",
|
||||||
|
"readOnly": true,
|
||||||
|
"shared": false,
|
||||||
|
"private": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stopGracePeriod": "2m",
|
"stopGracePeriod": "2m",
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/storage:/storage
|
- ${APP_DATA_DIR}/data/storage:/storage
|
||||||
- ${APP_DATA_DIR}/data/shared:/shared
|
- ${APP_DATA_DIR}/data/shared:/shared
|
||||||
|
- ${APP_DATA_DIR}/data/start.sh:/run/start.sh:ro
|
||||||
|
|
||||||
|
|
||||||
networks:
|
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