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

44
vz/config.yaml Normal file
View File

@@ -0,0 +1,44 @@
# general settings overriding php configuration
php:
timezone: Europe/Berlin
locale: ['de_DE', 'en_US', 'C']
# Doctrine database configuration
# http://www.doctrine-project.org/projects/doctrine-dbal/en/2.6
db:
driver: pdo_mysql
host: vz-db
# port: 3306
user: vz
password: kd09234jdf
charset: utf8
dbname: vz
path: volkszaehler # only used for sqlite
# db admin credentials (used by doctrine cli and setup script)
admin:
user: vz-admin
password: volkszaehler
# database optimizer - leave empty for automatic
# optimizer: Volkszaehler\Interpreter\SQL\MySQLOptimizer # provides additional group=15m setting for demo purposes
# push server for realtime frontend updates
push:
server: 5582
broadcast: 8082
# routes for wamp access
wamp:
- /
- /ws
# routes for plain web socket access
websocket:
- /socket
network:
# limit maximum POST body size, e.g. 4096
postlimit: false
# enable debug messages by default if true
debug: false