File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/trueforge-org/forgetool/refs/heads/main/pkg/containers/test/container-test.schema.json
2+
3+ timeoutSeconds : 120
4+ http :
5+ - port : ' 8888'
6+ path : /
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/trueforge-org/forgetool/refs/heads/main/schemas/container-settings.schema.json
2+ schema_version : 1
3+ upstream_env_url : " https://git.streamboard.tv/common/oscam"
4+ ports :
5+ - port : 8888
6+ protocol : tcp
7+ required : false
8+ env :
9+ - name : TZ
10+ default : " Etc/UTC"
11+ required : false
12+ volumes :
13+ - path : /config
14+ required : true
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ COPY --from=migrationbuilder /build-out/ /
129129COPY --from=nodebuilder /emulatorjs/ /emulatorjs/
130130USER apps
131131COPY --chmod=0755 . /
132+ COPY --chmod=0755 root/ /
132133
133134
134135# ports
You can’t perform that action at this time.
0 commit comments