feat: extend equipment and workout models with service tracking

This commit is contained in:
Blake Ridgway
2026-02-12 10:09:50 -06:00
parent eb9ac1b67a
commit 178ffb3425
37 changed files with 4005 additions and 40 deletions

View File

@@ -15,8 +15,8 @@ IMAGE_TAG="latest"
NO_CACHE=false
RUN_CONTAINER=false
CONTAINER_NAME="rideaware-api"
HOST_PORT="5000"
CONTAINER_PORT="5000"
HOST_PORT="5010"
CONTAINER_PORT="5010"
# Help function
show_help() {
@@ -192,4 +192,4 @@ else
fi
echo ""
echo -e "${GREEN}✓ Done!${NC}"
echo -e "${GREEN}✓ Done!${NC}"