mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-01-25 16:42:32 +00:00
with garth
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user