Add docker-compose.dev for local development
This commit is contained in:
@@ -69,8 +69,18 @@ The API will be available at `http://localhost:8080`
|
||||
|
||||
- Go 1.23+
|
||||
- SQLite
|
||||
- Docker (optional)
|
||||
|
||||
### Running locally
|
||||
### Running locally with Docker (Recommended)
|
||||
|
||||
```bash
|
||||
cp docker-compose.dev.example.yml docker-compose.dev.yml
|
||||
docker-compose -f docker-compose.dev.yml up --build
|
||||
```
|
||||
|
||||
The API will be available at `http://localhost:8080`
|
||||
|
||||
### Running locally with Go
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
|
||||
Reference in New Issue
Block a user