vlmaier / docker-fib

Demo project for deploying multiple containers with Travis CI & Docker Hub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-fib

This repository was created in order to practice Docker deployment using multiple containers. I followed the Udemy course by Stephen Grider: Docker and Kubernetes: The Complete Guide. The application itself calculates fibonacci numbers. To determine and send the fibonacci number for a specific index, it uses the following services:

  • Postgres
  • Redis
  • Nginx
  • Node Server
  • Node Client
  • React UI

It is deployed using Travis CI & Docker Hub.

I am out of free credits.

It is built with GitHub Actions.

About

Demo project for deploying multiple containers with Travis CI & Docker Hub.

License:The Unlicense


Languages

Language:JavaScript 67.1%Language:HTML 17.8%Language:CSS 9.6%Language:Dockerfile 5.5%