Compare commits

..

4 Commits

Author SHA1 Message Date
dusker
f3b75787a0 Add version information to qrcode dependency and convert requirements.txt to utf8 2026-04-16 05:16:54 +00:00
dusker
756d7fb54a Add EPC QR code to make bank transactions easier 2026-04-16 05:16:54 +00:00
David Rodenkirchen
e0ed3c7059 update sanitized backup 2026-04-16 07:07:00 +02:00
dusker
a53e7100da Fix mariadb health check by adding the root password 2026-04-03 22:09:39 +02:00
3 changed files with 879 additions and 556 deletions

View File

@ -21,7 +21,7 @@ services:
MARIADB_USER: ezgg_lan_manager MARIADB_USER: ezgg_lan_manager
MARIADB_PASSWORD: Alkohol1 MARIADB_PASSWORD: Alkohol1
healthcheck: healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost"] test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-pAlkohol1"]
interval: 5s interval: 5s
timeout: 3s timeout: 3s
retries: 5 retries: 5
@ -30,6 +30,7 @@ services:
volumes: volumes:
- database:/var/lib/mysql - database:/var/lib/mysql
- ./sql/create_database.sql:/docker-entrypoint-initdb.d/init.sql - ./sql/create_database.sql:/docker-entrypoint-initdb.d/init.sql
- ./sql:/sql
volumes: volumes:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long