working - checkpoint 2

This commit is contained in:
2025-08-24 07:44:32 -07:00
parent 2f5db981a4
commit 1754775f4c
10 changed files with 1769 additions and 1372 deletions

View File

@@ -39,8 +39,8 @@ format:
# Start production server
run_server:
just build
docker run -d --rm --env-file .env -e RUN_MIGRATIONS=1 -v $(pwd)/data:/app/data -p 8888:8888 --name garminsync garminsync daemon --start
cd ~/GarminSync/docker
docker compose up --build
# Stop production server
stop_server: