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,9 @@
wiki_js_folder:
- db
WIKI_JS_DB_TYPE: 'postgres'
WIKI_JS_DB_HOST: 'wiki_js_db'
WIKI_JS_DB_PORT: '5432'
WIKI_JS_POSTGRES_DB: 'wiki'
WIKI_JS_POSTGRES_USER: 'wiki'
WIKI_JS_POSTGRES_PASS: 'super-secret-pass'