Bash script that deploys static websites with an nginx web server using Docker and Traefik
In order for this script to run, you will need to have docker and Traefik already configured and running on your system. For more information on setting those up, take a look at the following resources:
These are only 2 simple guides that I found and used. You might find that there are others that are better suited to your situation, so give it a quick search!
Note: The original iteration of the script was written by the genius Rob Herley himself, so thanks to him!