This commit is contained in:
2024-12-26 10:54:49 +01:00
parent 861f72e897
commit d33fbf8dd0
5 changed files with 1 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ Cargo.lock
# App settings
Settings.toml
.env
# Log files
logs.*.txt

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# 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