Dockerise: add Dockerfile, compose, gitignore token from config
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user