wip
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
OCram85 2024-10-07 15:38:34 +02:00
parent 07c0b9d131
commit f359d26ab8

View File

@ -1,9 +1,20 @@
{
"name": "Arkanum.dev",
"image": "ocram85/arkanum:1",
"containerEnv": {
"PUID": "1000",
"PGID": "1000"
"PGID": "1000",
"TZ": "Europe/Berlin",
"PASSWORD": "foo",
"SUDO_PASSWORD": "foobar",
"DEFAULT_WORKSPACE": "/config/workspace"
},
"overrideCommand": false,
"forwardPorts": [8443]
"forwardPorts": ["8443:8443"],
"portsAttributes": {
"8443": {
"label": "Applicaition",
"onAutoForward": "notify"
}
}
}