sync
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m1s

This commit is contained in:
2025-12-15 06:45:50 -08:00
parent 5ac0a84953
commit fcfb6d3f4e
3 changed files with 35 additions and 27 deletions

View File

@@ -13,7 +13,11 @@ job "fitbit-garmin-sync" {
volumes = [
"/mnt/Public/configs/fitbit-garmin-sync:/app/data"
]
memory_hard_limit = 2048
}
env {
CONFIG_SOURCE = "consul"
}
# Sensible resource allocation for a lightweight Python script.
resources {