This file aims to explain how to deploy Portainer inside a compose file with the admin password already set.
For this example, we'll use the password superpassword
.
Use the following command to generate a hash for the password:
{ | |
"$schema": "../node_modules/@tauri-apps/cli/schema.json", | |
"build": { | |
"beforeBuildCommand": "npm run build", | |
"beforeDevCommand": "npm run dev", | |
"devPath": "http://localhost:5173", | |
"distDir": "../build" | |
}, | |
"package": { | |
"productName": "mission-11-enroller", |
<%* | |
const bulletRegex = /- [^\[]/; | |
const taskRegex = /- \[ \] /; | |
function createTasksFromBullets(content) { | |
let result = content.split('\n') | |
result = result.map(l => { | |
if (!bulletRegex.test(l)) { | |
return l |
### Keybase proof | |
I hereby claim: | |
* I am chris-cadev on github. | |
* I am cavila_arkus (https://keybase.io/cavila_arkus) on keybase. | |
* I have a public key ASC7J_Y736GkRD_Qt2HcLf1q-r3YnJe42y9NwN1gyY6NSQo | |
To claim this, I am signing this object: |
This file aims to explain how to deploy Portainer inside a compose file with the admin password already set.
For this example, we'll use the password superpassword
.
Use the following command to generate a hash for the password: