mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
fix: update esphome service environment variables for database integration
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ services:
|
|||||||
container_name: esphome
|
container_name: esphome
|
||||||
image: ghcr.io/esphome/esphome
|
image: ghcr.io/esphome/esphome
|
||||||
environment:
|
environment:
|
||||||
- USERNAME=${ESPHOME_USERNAME}
|
- USERNAME=${DATABASE__USERNAME}
|
||||||
- PASSWORD=${ESPHOME_PASSWORD}
|
- PASSWORD=${DATABASE__PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/esphome/config:/config
|
- /var/data/esphome/config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user