Dockerise: add Dockerfile, compose, gitignore token from config

This commit is contained in:
2026-04-10 09:26:03 +02:00
parent 5a170736d6
commit c9f6ceb182
4 changed files with 21 additions and 1 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
pvcollect:
build: .
container_name: pvcollect
restart: unless-stopped
network_mode: host
volumes:
- /srv/energy/pvcollect/config.json:/etc/pvcollect/config.json:ro