docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Nginx/Node/Redis and Flask/Redis Compose example #222

Closed ajeetraina closed 2 years ago

ajeetraina commented 2 years ago

Here's a single PR for multiple docker-compose sample projects that implements visitor counter powered by the following stack -

Project #1

Project #2

glours commented 2 years ago

Hello @ajeetraina Can you sign your last commit please?

ajeetraina commented 2 years ago

Hi @glours I have made the changes. Let me know if it looks good.

glours commented 2 years ago

You also need to sign all your commits and not only the last one, my bad

To add your Signed-off-by line to every commit in this branch:

Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
In your local branch, run: git rebase HEAD~21 --signoff
Force push your changes to overwrite the branch: git push --force-with-lease origin master
ajeetraina commented 2 years ago

@glours I have made the necessary changes.

ajeetraina commented 2 years ago

I checked git log and it does show that it is signed-off. I am not sure why its not working.


commit c869829e37c89cffaa7e2370b6af47032e4062ff
Author: ajeetraina <ajeetraina@gmail.com>
Date:   Sun Mar 13 16:58:41 2022 +0530

    Restored single service Flask project

    Signed-off-by: Ajeet Singh Raina <ajeetraina@gmail.com>