Skip to content

bennythemink/pixeldemos-nvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snapshot: nvc

Static-site snapshot of https://www.newvisionclinics.com.au

⚠️ Only clone pages you have permission to copy. Cloning may violate the source site's Terms of Service.

Quick start

# 1. Ensure the shared Docker network exists
docker network create caddy_net || true

# 2. Build & run
docker compose up -d --build

# 3. Verify
docker ps | grep snapshot_nvc

Caddy reverse-proxy snippet

Add a block like this to your Caddyfile (on the host running your central Caddy container):

nvc.yourdomain.com {
    reverse_proxy snapshot_nvc:80
}

Then reload Caddy:

docker exec -w /etc/caddy caddy caddy reload

Files

Path Description
site/ Downloaded HTML, CSS, JS, and assets
Dockerfile Builds an nginx:alpine image with the site
docker-compose.yml Runs the container on caddy_net

Notes

  • The container exposes port 80 internally (no host port published by default). Caddy reaches it via the caddy_net Docker network.
  • To test locally without Caddy, uncomment the ports: section in docker-compose.yml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors