Files
mywhoosh-garmin-sync/docker-compose.yml
Bastian Wagner 29eab65194 dashboard
2026-05-07 17:39:41 +02:00

12 lines
174 B
YAML

services:
sync:
build: .
env_file:
- .env
volumes:
- ./data:/data
ports:
- "8080:8080"
restart: unless-stopped
command: ["serve"]