redislabs-training / node-js-crash-course

The Sample Application for the Node.js Redis Crash Course.
https://developer.redis.com/develop/node/node-crash-course/
MIT License
33 stars 17 forks source link

Extend the docker-compose.yml to also include a container that runs the Node application #5

Closed simonprickett closed 3 years ago

simonprickett commented 3 years ago

This project contains a docker-compose.yml file that starts Redis in a container. Extend this to also run the Node.js application in a container and have it connect to the Redis container. Here's an example from a similar project that does this already https://github.com/redis-developer/redis-kaboom-rpg/blob/main/docker-compose.yml

This is part of our participation in Hacktoberfest 2021. Learn how to complete this issue here: https://developer.redis.com/hacktoberfest/

Need help or want to talk to us? Join us on Discord where we have a dedicated Hacktoberfest channel: https://discord.gg/ueQwKUh5Z3

chinmaym07 commented 3 years ago

Hey can I do this ?

simonprickett commented 3 years ago

@chinmaym07 yes - I've assigned this one to you. Please check our guidelines at https://developer.redis.com/hacktoberfest/ and submit a PR within 2 days, otherwise we will release this issue back for other Hacktoberfest participants to work on. Thanks, looking forward to your contribution!