Skip to content

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

License

Notifications You must be signed in to change notification settings

vlmaier/docker-fib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.