added template vars files

This commit is contained in:
2023-04-04 20:33:45 +02:00
parent c1d3d2b71b
commit 95c2c221fa
16 changed files with 220 additions and 129 deletions

View File

@@ -0,0 +1,11 @@
npm_folder:
- data
- db
- letsencrypt
NPM_MYSQL_HOST: 'nginx_proxy_manager_db'
NPM_MYSQL_PORT: '3306'
NPM_MYSQL_DB: npm
NPM_MYSQL_USER: npm
NPM_MYSQL_PASS: 'super-secret-pass'
NPM_MYSQL_ROOT_PASS: 'super-secret-root-pass'