Skip to content

Commit

Permalink
Update README docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonmaina committed Oct 23, 2024
1 parent 72e30ca commit be4d4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GRANT ALL PRIVILEGES ON DATABASE sensorsafrica TO sensorsafrica;

Using docker compose:

- Create a `.env` file using `.env.template` . ***docker-compose has some default values for these variables***
- Build the project; `docker-compose build` or `make build`
- Run the project; `docker-compose up -d` or `make up`

Expand Down

0 comments on commit be4d4cb

Please sign in to comment.