Move volkszaehler to docker.

This commit is contained in:
2025-04-18 08:46:42 +00:00
parent fa58473ac4
commit c4101fface
3 changed files with 150 additions and 0 deletions

13
vz/config.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
$config['remote']['db_host'] = 'vz-db';
$config['remote']['db_name'] = 'vz';
$config['remote']['db_user'] = 'vz';
$config['remote']['db_pass'] = 'kd09234jdf';
$config['local']['db_host'] = 'consumption-db';
$config['local']['db_name'] = 'consumption';
$config['local']['db_user'] = 'consumption';
$config['local']['db_pass'] = 'kd09234jdf';
return $config;