Update docker-compose.yml
This commit is contained in:
@@ -12,16 +12,16 @@ services:
|
||||
- DAWARICH_TOKEN=
|
||||
|
||||
# Home Assistant configuration (REQUIRED)
|
||||
- HOMEASSISTANT_URL=https://your-homeassistant-instance.com
|
||||
- HOMEASSISTANT_TOKEN=your_homeassistant_long_lived_token
|
||||
- HA_DEVICE_TRACKER_ID=gps_logger_device
|
||||
- HOMEASSISTANT_URL=
|
||||
- HOMEASSISTANT_TOKEN=
|
||||
- HA_DEVICE_TRACKER_ID=
|
||||
|
||||
# Optional basic authentication
|
||||
- AUTH_USERNAME=
|
||||
- AUTH_PASSWORD=
|
||||
|
||||
# Server configuration
|
||||
- PORT=3069
|
||||
- PORT=
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user