diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 994687b..92d5abe 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -78,4 +78,4 @@ configs: secrets: portainer_password: - file: ${MOUNT_DIR?}/portainer/secrets/portainer_password \ No newline at end of file + file: ${MOUNT_DIR?}/portainer/secrets/portainer_password diff --git a/mounts/.gitignore b/mounts/.gitignore index 0a442f6..f959920 100644 --- a/mounts/.gitignore +++ b/mounts/.gitignore @@ -1,4 +1,4 @@ */data/* !*/data/README.md */secrets/* -!*/secrets/README.md \ No newline at end of file +!*/secrets/README.md diff --git a/mounts/diun/secrets/README.md b/mounts/diun/secrets/README.md index e13c7de..f79ce96 100644 --- a/mounts/diun/secrets/README.md +++ b/mounts/diun/secrets/README.md @@ -1,2 +1,2 @@ Contains the file `gotify_token` -More on https://crazymax.dev/diun/notif/gotify/ \ No newline at end of file +More on https://crazymax.dev/diun/notif/gotify/ diff --git a/mounts/portainer/secrets/README.md b/mounts/portainer/secrets/README.md index 590719b..41e7571 100644 --- a/mounts/portainer/secrets/README.md +++ b/mounts/portainer/secrets/README.md @@ -1,2 +1,2 @@ Contains the file `portainer_password` -More on https://docs.portainer.io/advanced/cli#method-2-creating-the-account-using-a-file \ No newline at end of file +More on https://docs.portainer.io/advanced/cli#method-2-creating-the-account-using-a-file diff --git a/utilities.docker-compose.yml b/utilities.docker-compose.yml index fe09319..60dda86 100644 --- a/utilities.docker-compose.yml +++ b/utilities.docker-compose.yml @@ -32,4 +32,4 @@ configs: secrets: gotify_token: - file: ${MOUNT_DIR?}/diun/secrets/gotify_token \ No newline at end of file + file: ${MOUNT_DIR?}/diun/secrets/gotify_token