Skip to content

hekier/caddy-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caddy-proxy

Shared Caddy 2 reverse proxy for conformance.dk services. All services on this host join the caddy_proxy Docker network and get a site config in sites/.

Usage

docker compose up -d

Adding a service

  1. Start your service container on the caddy_proxy network (external):
    networks:
      caddy_proxy:
        external: true
  2. Add a sites/your-domain.caddy file referencing the container name and port.
  3. Reload Caddy: docker exec caddy caddy reload --config /etc/caddy/Caddyfile

Current sites

Domain Backend
demo.conformance.dk demo-overview:8000
chat.conformance.dk frontend:3000

Data

Certificates and logs are persisted in data/ (gitignored).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors