diff --git a/docs/bootstrap.md b/bootstrap/README.md similarity index 100% rename from docs/bootstrap.md rename to bootstrap/README.md diff --git a/bootstrap/bootstrap.docker-compose.yml b/bootstrap/bootstrap.docker-compose.yml index ce98d7c..742621e 100644 --- a/bootstrap/bootstrap.docker-compose.yml +++ b/bootstrap/bootstrap.docker-compose.yml @@ -42,10 +42,10 @@ volumes: driver_opts: type: none o: bind - device: ${NASCOMPOSE_SERVICES?}/portainer/volumes/data/ + device: ${NASCOMPOSE_SERVICES?}/bootstrap/volumes/portainer_data/ labels: nas-compose.boostrap: true secrets: portainer_password: - file: ${NASCOMPOSE_SERVICES?}/portainer/secrets/portainer_password + file: ${NASCOMPOSE_SERVICES?}/bootstrap/secrets/portainer_password diff --git a/bootstrap/secrets/.gitkeep b/bootstrap/secrets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/bootstrap/secrets/README.md b/bootstrap/secrets/README.md deleted file mode 100644 index 41e7571..0000000 --- a/bootstrap/secrets/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Contains the file `portainer_password` -More on https://docs.portainer.io/advanced/cli#method-2-creating-the-account-using-a-file