working - moved to compose

This commit is contained in:
2025-08-23 16:06:57 -07:00
parent 6c1fe70fa2
commit 939163806b
13 changed files with 542 additions and 312 deletions

12
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
garminsync:
build:
context: ..
dockerfile: Dockerfile
# Removed entrypoint to rely on Dockerfile configuration
volumes:
- ../data:/app/data # Persistent storage for SQLite database
ports:
- "8888:8888"
env_file:
- ../.env # Use the root .env file