Added options to mount nexus secrets

This commit is contained in:
2025-10-31 23:42:12 +01:00
parent e91c0ef89a
commit c1108aab19

View File

@@ -2,9 +2,10 @@
"name": "slot-ui",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "latest"
}
"options": [
"--secret", "id=nexus_login,src=/tmp/nexus_login",
"--secret", "id=nexus_pwd,src=/tmp/nexus_pwd"
]
},
"containerEnv": {
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"