Caddy image for opensensemap.org
50K+
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.
Content type
Image
Digest
Size
27.3 MB
Last updated
almost 6 years ago
docker pull sensebox/osem-caddy:caddy-v2