Add files

This commit is contained in:
ash
2026-03-31 08:17:07 +01:00
parent 98930ce54d
commit b87505250a
5 changed files with 169 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
garmin-api:
build: .
container_name: garmin
ports:
- "5000:5000"
env_file:
- .env
restart: unless-stopped