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