Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 463 Bytes

Guestbook

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.

Usage

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.

https://docs.docker.com/engine/install/ubuntu/