Initial commit — energy dashboard frontend (TimescaleDB + Vue/Chart.js)
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user