Web-Proxy to forward different subdomains to their assigned containers and ensure a secure connection. Uses nginx, open-ssl and letsencrypt
cre-proxy:
image: tamboraorg/creproxy:<version>
container_name: creproxy
environment:
ADMIN_EMAIL: [email protected]
CRE_DOMAIN: example.com
CRE_EMPTY_SUBDOMAIN: www
#CRE_DEVELOPMENT: dev
ports:
- "80:80"
- "443:443"
volumes:
- "./volumes/certs:/etc/letsencrypt"
volumes_from:
- cre-glue
Content type
Image
Digest
sha256:a9e48b703…
Size
384.2 MB
Last updated
over 3 years ago
docker pull tamboraorg/creproxy