diff --git a/README.md b/README.md index bb4b4ce..4a2f071 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The endpoint's documentation is located in `/docs` folder. It was written on top 4. Make calls to the endpoints via [Postman](https://www.getpostman.com/) or similar in the following address `0.0.0.0:3000/v1/state` **Using it with Docker** -1. `docker-compose up -d` +1. `docker compose up -d` 2. Optionally run `docker exec -it geonames-node bash -c 'node command.js populate:db --drop'` to seed the database. 3. Make calls to the endpoints via [Postman](https://www.getpostman.com/) or similar in the following address `0.0.0.0:8080/v1/state` @@ -34,8 +34,8 @@ The endpoint's documentation is located in `/docs` folder. It was written on top 1. Run `npm run test` ## Live Demo -1. You can check the api running on Heroku by clicking [here](https://geonames-api-node.herokuapp.com/health). -2. You can check the simple Vue.js app running on Heroku by clicking [here](https://geonames-vue.herokuapp.com). +1. You can check the api running on ~~Heroku~~ by clicking [here](https://geonames-api-node.herokuapp.com/health). +2. You can check the simple Vue.js app running on ~~Heroku~~ by clicking [here](https://geonames-vue.herokuapp.com). ## Questions and Suggestions? Drop me an [e-mail](mailto:mariojr.rcosta@gmail.com) diff --git a/docker-compose.yml b/docker-compose.yml index 57f920b..bf83493 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - geonames-network geonames-node: - image: mariojrrc/geonames-node + build: . container_name: geonames-node restart: unless-stopped environment: