mirror of
https://github.com/sstent/GarminSync.git
synced 2026-01-25 08:35:02 +00:00
13 lines
311 B
YAML
13 lines
311 B
YAML
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
|