sensebox/osem-caddy

By sensebox

Updated almost 6 years ago

Caddy image for opensensemap.org

Image
Security
Web servers
0

50K+

sensebox/osem-caddy repository overview

caddy for OpenSenseMap

docker build -t osem-caddy .
docker run \
  --volume $PWD/certs:/root/.caddy \
  --env WEB_DOMAIN=your.web.domain \
  --env API_DOMAIN=your.api.domain \
  --env INGRESS_DOMAIN=your.ingress.domain \
  --env ISSUER_ADDRESS=your.email@domain \
  --publish 80:80 \
  --publish 443:443 \
  --publish 8000:8000 \
  caddy

It is possible to add additional vhosts through the ADDITIONAL_VHOSTS environment variable. The whole contents of this variable will be parsed as caddy directives.

Tag summary

Content type

Image

Digest

Size

27.3 MB

Last updated

almost 6 years ago

docker pull sensebox/osem-caddy:caddy-v2