mirror of
https://github.com/sstent/garminsync-go.git
synced 2026-01-28 10:02:22 +00:00
working build - with ui
This commit is contained in:
@@ -6,12 +6,8 @@ services:
|
||||
container_name: garminsync
|
||||
ports:
|
||||
- "8888:8888"
|
||||
environment:
|
||||
- GARMIN_EMAIL=${GARMIN_EMAIL}
|
||||
- GARMIN_PASSWORD=${GARMIN_PASSWORD}
|
||||
- DATA_DIR=/data
|
||||
- DB_PATH=/data/garmin.db
|
||||
- TEMPLATE_DIR=/app/internal/web/templates
|
||||
env_file:
|
||||
- .env # Use the root .env file
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./internal/web/templates:/app/internal/web/templates
|
||||
|
||||
Reference in New Issue
Block a user