Add Stargas supplier dashboard with performance analytics

This commit is contained in:
2026-03-05 21:37:37 +02:00
parent a9a1263501
commit 23357e09f5
19 changed files with 9625 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ services:
- supplier-network
mysql:
image: mysql:8
image: mariadb:10.11
container_name: supplier-dashboard-mysql
restart: unless-stopped
environment:
@@ -36,7 +36,7 @@ services:
MYSQL_PASSWORD: secret
MYSQL_USER: supplier
ports:
- "3306:3306"
- "3307:3306"
volumes:
- dbdata:/var/lib/mysql
networks: