Change folder structure for bootstrap
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
*.nas-compose.env
|
||||
*/secrets/*
|
||||
!*/secrets/README.md
|
||||
*/volumes/*/*
|
||||
!*/volumes/*/.gitkeep
|
||||
|
||||
@@ -42,10 +42,10 @@ volumes:
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${NASCOMPOSE_SERVICES?}/volumes/portainer/data/
|
||||
device: ${NASCOMPOSE_SERVICES?}/portainer/volumes/data/
|
||||
labels:
|
||||
nas-compose.boostrap: true
|
||||
|
||||
secrets:
|
||||
portainer_password:
|
||||
file: ${NASCOMPOSE_SERVICES?}/secrets/portainer/portainer_password
|
||||
file: ${NASCOMPOSE_SERVICES?}/portainer/secrets/portainer_password
|
||||
Reference in New Issue
Block a user