updated gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,3 +3,6 @@
|
|||||||
|
|
||||||
# Home assistant configuration file
|
# Home assistant configuration file
|
||||||
configuration.production.yaml
|
configuration.production.yaml
|
||||||
|
|
||||||
|
.env
|
||||||
|
run-docker.sh
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
weather_weather_api_base_url=https://api.openweathermap.org/data/2.5/weather
|
weather_weather_api_base_url=https://api.openweathermap.org/data/2.5/weather
|
||||||
weather_weather_api_key=4ce897f7ce77f84919fd990cc68d9d20
|
weather_weather_api_key=4ce897f7ce77f84919fd990cc68d9d20
|
||||||
weather_influx_db_base_url=http://jumpbox.io:8092
|
weather_influx_db_base_url=http://192.168.1.44:8092
|
||||||
weather_influx_db_token=R1BGVaxWrX_ySaovweRz6ZTBDvHa5omQkricJGmn3PrI44jpfU7411PSmHOCjGcNR7OcBjmtE9gA62boHHXoKg==
|
weather_influx_db_token=R1BGVaxWrX_ySaovweRz6ZTBDvHa5omQkricJGmn3PrI44jpfU7411PSmHOCjGcNR7OcBjmtE9gA62boHHXoKg==
|
||||||
weather_latitude=50.854019
|
weather_latitude=50.854019
|
||||||
weather_longitude=3.355230
|
weather_longitude=3.355230
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
file=logs.$(date "+%F").txt
|
file=/home/willem/repos/homeAutomation/microservices/weather/logs.$(date "+%F").txt
|
||||||
|
|
||||||
docker run --env RUST_LOG=info --env-file ./.env registry.willemserruys.com/weather-microservice:latest &> $file
|
docker run --env RUST_LOG=info --env-file /home/willem/repos/homeAutomation/microservices/weather/.env registry.willemserruys.com/weather-microservice:latest &>> $file
|
||||||
|
|||||||
Reference in New Issue
Block a user