Skip to content

andremissaglia/ssl_traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL Traefik

Default environment for setting up SSL protocol

To attach a container to the proxy, put in the applications's docker-compose.yml

services:
  backend:
    labels:
      - "traefik.backend=backend_name"
      - "traefik.frontend.rule=Host:domain.com"
    networks:
      - webgateway

networks:
  webgateway:
    external: true

Network webgateway has to be previously created:

docker network create webgateway

About

Default SSL configuration using traefik as proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published