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