Skip to content

dhawansolanki/docker-caddy-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup with Caddy and Node.js

This is an example project uses Docker to run a Caddy server as a reverse proxy for a Node.js application.

Prerequisites

  • Docker
  • Docker Compose

Make sure you have Docker and Docker Compose installed on your machine.

Project Setup with Caddy and Node.js

This project uses Docker to run a Caddy server as a reverse proxy for a Node.js application.

Prerequisites

Make sure you have Docker and Docker Compose installed on your machine.

How to Run the Application

Clone the Repository

git clone https://github.com/dhawansolanki/docker-caddy-boilerplate.git
cd https://github.com/dhawansolanki/docker-caddy-boilerplate.git

Create Docker Volumes

(Ensure that the caddy_data volume exists:)

docker volume create caddy_data

Build and Run the Containers

docker-compose up --build

To stop the containers

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published