diff --git a/README.md b/README.md index 0625bcc..17a6cb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LEGO Organizer +# BrickTracker A web application for organizing and tracking LEGO sets, parts, and minifigures. Uses the Rebrickable API to fetch LEGO data and allows users to track missing pieces and collection status. @@ -21,8 +21,8 @@ A web application for organizing and tracking LEGO sets, parts, and minifigures. 1. Clone the repository: ```bash -git clone https://gitea.baerentsen.space/FrederikBaerentsen/LEGOOrganizer.git -cd LEGOOrganizer +git clone https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git +cd BrickTracker mkdir static/{sets,instructions,parts} ``` @@ -65,8 +65,8 @@ The application uses two main configuration files: ### docker-compose.yml ```yaml services: - legoorganizer: - container_name: LEGOOrganizer + bricktracker: + container_name: BrickTracker restart: unless-stopped build: . ports: diff --git a/compose.yaml b/compose.yaml index 838c03b..408e480 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: - legoorganizer: - container_name: LEGOOrganizer + bricktracker: + container_name: BrickTracker restart: unless-stopped build: . ports: