Trying variables again

This commit is contained in:
cody conder
2025-11-07 23:22:12 -06:00
parent 062beb5984
commit ac27787f59

View File

@@ -10,11 +10,28 @@
"--disable-csrf-token-checks",
"--tls-cert-file=/app/certs/my.cert",
"--tls-key-file=/app/certs/my.key",
"--address=0.0.0.0:51515",
"--address=0.0.0.0:${APP_PORT}",
"--server-username=${USER}",
"--server-password=${KOPIA_PASSWORD}"
],
"environment": [ ],
"environment": [
{
"key": "KOPIA_PASSWORD",
"value": ""
},
{
"key": "KOPIA_SERVER_FINGERPRINT",
"value": "8b8129461e17b49256fb00dbd49da01c7927c6df96a73ea412580b2f63ccb682"
},
{
"key": "TZ",
"value": "America/Chicago"
},
{
"key": "USER",
"value": ""
}
],
"internalPort": 51515,
"volumes": [
{