Use secrets and configs

This commit is contained in:
Colin Hebert
2022-12-26 09:31:35 +01:00
parent 5ed0d74242
commit 17dee3af90
7 changed files with 22 additions and 8 deletions

4
mounts/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*/data/*
!*/data/README.md
*/secrets/*
!*/secrets/README.md

View File

View File

@@ -0,0 +1,2 @@
Contains the file `portainer_password`
More on https://docs.portainer.io/advanced/cli#method-2-creating-the-account-using-a-file

View File

@@ -0,0 +1,8 @@
providers:
docker:
endpoint: tcp://docker:2375
exposedByDefault: false
network: traefik
api:
insecure: true