Weather service installation

This commit is contained in:
2024-12-26 09:36:09 +01:00
parent f2050c1085
commit 2ca39264d1
10 changed files with 50 additions and 17 deletions

View File

@@ -0,0 +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