Cleanup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,5 +4,3 @@ production.env
|
|||||||
|
|
||||||
# Home assistant configuration file
|
# Home assistant configuration file
|
||||||
configuration-production.yaml
|
configuration-production.yaml
|
||||||
|
|
||||||
.env
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
# Microservices
|
|
||||||
|
|
||||||
TODO
|
|
||||||
1
microservices/weather/.gitignore
vendored
1
microservices/weather/.gitignore
vendored
@@ -15,7 +15,6 @@ Cargo.lock
|
|||||||
|
|
||||||
# App settings
|
# App settings
|
||||||
Settings.toml
|
Settings.toml
|
||||||
.env
|
|
||||||
|
|
||||||
# Log files
|
# Log files
|
||||||
logs.*.txt
|
logs.*.txt
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Make sure the weather-service-image exists locally (e.g. by running the build-docker script)
|
# Make sure the weather-service-image exists locally (e.g. by running the build-docker script)
|
||||||
docker run --env RUST_LOG=info --env-file /home/pi/repos/homeAutomation/microservices/weather/.env.production weather-service:latest
|
docker run --env RUST_LOG=info --env-file /home/pi/repos/homeAutomation/microservices/weather/environment-variables/.env.production weather-service:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user