Skip to content

Commit

Permalink
README: Add docker compose section
Browse files Browse the repository at this point in the history
  • Loading branch information
alphayax committed Nov 26, 2023
1 parent 53c8cbf commit 968790d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ The application is composed of the following microservices:
- Connected to a Redis database.
- **[User frontend](./front-user)**: Vuejs application that serves as the frontend.
- **[Admin frontend](./front-admin)**: Vuejs application that serves as the admin frontend.

## Run the application

### `docker-compose`

A docker-compose file is provided at the root of the repository to run the application.

```sh
docker-compose up -d
```

### Kubernetes

> In a near future :)

0 comments on commit 968790d

Please sign in to comment.