Files
mywhoosh-garmin-sync/docker-compose.yml
Bastian Wagner 8d07939527 Init
2026-05-05 19:26:43 +02:00

12 lines
184 B
YAML

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