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

This commit is contained in:
2025-12-14 11:49:26 -08:00
parent 65cccaef56
commit 950580a80f
5 changed files with 661 additions and 1017 deletions

View File

@@ -9,7 +9,7 @@ job "fitbit-garmin-sync" {
driver = "docker"
config {
image = "gitea.service.dc1.fbleagh.duckdns.org/sstent/fitbit-garmin-sync:latest"
image = "gitea.service.dc1.fbleagh.duckdns.org/sstent/fitbit_garmin_sync:latest"
volumes = [
"/mnt/Public/configs/fitbit-garmin-sync:/app/data"
]
@@ -26,4 +26,4 @@ job "fitbit-garmin-sync" {
# The command to run is defined in the Dockerfile ENTRYPOINT and CMD.
}
}
}
}