docker-rpi/home-assistant/home-assistant.yaml
Maciej Krok 7a14570601 simple fix
master
2021-01-23 10:53:53 +01:00

33 lines
528 B
YAML

version: '3.4'
services:
database:
image: postgres:12
ports:
- target: 5432
published: ${DBPORT}
protocol: tcp
mode: host
volumes:
- dbdata:/var/lib/postgresql/data
networks:
- external
- grafana-net
environment:
- POSTGRES_USER=${DBUSER}
- POSTGRES_PASSWORD=${DBPASS}
- POSTGRES_DB=${DBUSER}
- TZ=Europe/Warsaw
volumes:
dbdata:
networks:
external:
grafana-net:
external: true
### Environment variables
# DBUSER
# DBPASS
# DBPORT