mirror of
https://github.com/sstent/FitTrack_GarminSync.git
synced 2026-01-27 09:31:56 +00:00
feat: Initial commit of FitTrack_GarminSync project
This commit is contained in:
12
examples/GarminSync/docker/docker-compose.yml
Normal file
12
examples/GarminSync/docker/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user