Initial commit — energy dashboard frontend (TimescaleDB + Vue/Chart.js)

This commit is contained in:
2026-04-18 11:14:12 +02:00
commit 9fa7d36610
28 changed files with 3243 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
energy-frontend:
build: .
container_name: energy-frontend
restart: unless-stopped
ports:
- "8383:8080"
env_file: /srv/energy/frontend/.env
environment:
ENERGY_PORT: 8080
ENERGY_DB_DSN: postgres://energy:changeme@timescaledb:5432/energy
networks:
- proxy
- fitmonitor-network