with garth

This commit is contained in:
2025-08-28 09:58:24 -07:00
parent dc5bfcb281
commit 73258c0b41
31 changed files with 983 additions and 738 deletions

View File

@@ -7,8 +7,16 @@ services:
- "8080:8080"
environment:
- GIN_MODE=release
volumes:
- garmin-session:/app/session
networks:
- garmin-net
healthcheck:
test: curl -f http://localhost:8080/health || exit 1
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
test:
image: golang:1.25
@@ -22,3 +30,6 @@ services:
networks:
garmin-net:
driver: bridge
volumes:
garmin-session: