Dockerize dazu
Fehlende Daten ignorieren
This commit is contained in:
2026-02-17 20:54:42 +00:00
parent 33273f5877
commit f3f8d2eadb
6 changed files with 47 additions and 4 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build: .
container_name: stromverbrauch-app
network_mode: host
environment:
- NODE_ENV=production
restart: unless-stopped