state in container so new container always force push

This commit is contained in:
2026-08-07 11:35:10 +02:00
parent 1c89927b18
commit 5ac8ebb0fc
5 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Config:
self.healthcheck_ping_url = os.environ.get("HEALTHCHECK_PING_URL", "")
self.state_path = os.environ.get("STATE_PATH", "/data/last-known-ip.json")
self.state_path = os.environ.get("STATE_PATH", "/app/data/last-known-ip.json")
def validate(self):
missing = [v for v in REQUIRED_VARS if not os.environ.get(v)]