Skip to content

Commit

Permalink
DOC: v0.3.0 - Add docker deployment to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Jun 29, 2024
1 parent 4d7d438 commit 79384d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ Public transit schedule information and connection routing service based on GTFS
mvn spring-boot:run
```

## Deployment

To deploy `public-transit-service` using Docker, run the following command:

```bash
docker run -p 8080:8080 -e GTFS_URI=<URL or PATH> ghcr.io/naviqore/public-transit-service:latest
```

For more configuration options, refer to the [application.properties](src/main/resources/application.properties) file.

## Usage

Access the service at http://localhost:8080 to explore schedules and query transit connections.
Expand Down

0 comments on commit 79384d9

Please sign in to comment.