Skip to content

Simple website visit counter app with NGINX proxy -> Flask -> {redis,postgres} and containerized with Docker.

Notifications You must be signed in to change notification settings

vishnuhd/visit-counter-webapp

Repository files navigation

visit-counter-webapp

Simple website visit counter with NGINX proxy -> Flask -> {redis,postgres} and containerized with Docker.

For demo, clone the repo and select one of below Modes

$ git clone https://github.com/vishnuhd/visit-counter-webapp.git   
$ cd visit-counter-webapp   

For Docker Compose Mode

$ docker-compose up   

For Docker Swarm Mode

$ docker stack deploy --compose-file docker-stack.yml mywebapp   

For Kubernetes Deployment Mode

$ kubectl create -f k8-deployment   

OR

$ kubectl create -f k8-specifications/   

About

Simple website visit counter app with NGINX proxy -> Flask -> {redis,postgres} and containerized with Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published