Changed name
This commit is contained in:
parent
608681f4bc
commit
7676677af2
10
README.md
10
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.
|
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:
|
1. Clone the repository:
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitea.baerentsen.space/FrederikBaerentsen/LEGOOrganizer.git
|
git clone https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
|
||||||
cd LEGOOrganizer
|
cd BrickTracker
|
||||||
mkdir static/{sets,instructions,parts}
|
mkdir static/{sets,instructions,parts}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -65,8 +65,8 @@ The application uses two main configuration files:
|
|||||||
### docker-compose.yml
|
### docker-compose.yml
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
legoorganizer:
|
bricktracker:
|
||||||
container_name: LEGOOrganizer
|
container_name: BrickTracker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
legoorganizer:
|
bricktracker:
|
||||||
container_name: LEGOOrganizer
|
container_name: BrickTracker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user