This is the code used for the Dreams of Code video on setting up a production ready VPS using Docker, Docker Compose, Traefik, and Watchtower.
To deploy this application, you'll need both docker and docker compose installed on your system, and then deploy it on to your
VPS using the docker compose up
command.
To install docker compose, please refer to the official docker instructions.