Sign inSign up

tamboraorg/creproxy

By tamboraorg

Updated 9 months ago

Builds Proxy based on nginx for CRE

Image
0

4.2K

tamboraorg/creproxy repository overview

creProxy

Web-Proxy to forward different subdomains to their assigned containers and ensure a secure connection. Uses nginx, open-ssl and letsencrypt

Available Versions

  • 2016.0
  • 2018.0
  • 2020.0

Example yaml-File for docker-compose

  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

Environment Variables

  • ADMIN_EMAIL: [email protected]
  • CRE_DOMAIN: example.com
  • CRE_EMPTY_SUBDOMAIN: www
  • CRE_DEVELOPMENT: dev - Development mode: Uses localhost

Dependencies

Tag summary

Content type

Image

Digest

sha256:a9e48b703

Size

384.2 MB

Last updated

over 3 years ago

docker pull tamboraorg/creproxy