Add compose.yml
This commit is contained in:
parent
f6cefb4ca2
commit
5ede79a759
1 changed files with 14 additions and 0 deletions
14
compose.yml
Normal file
14
compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
p1-logger:
|
||||||
|
image: git.hollander.online/energy/p1-logger:main
|
||||||
|
environment:
|
||||||
|
MQTT_BROKER: ${MQTT_BROKER}
|
||||||
|
MQTT_TOPIC: ${MQTT_TOPIC}
|
||||||
|
MQTT_USERNAME: ${MQTT_USERNAME}
|
||||||
|
MQTT_PASSWORD: ${MQTT_PASSWORD}
|
||||||
|
PG_DB: ${PG_DB}
|
||||||
|
LOG_LEVEL: ${LOG_LEVEL}
|
||||||
|
volumes:
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
Loading…
Reference in a new issue