Skip to content

Instantly share code, notes, and snippets.

View bennigraf's full-sized avatar

Benjamin Graf bennigraf

View GitHub Profile
@bgraf-zlab
bgraf-zlab / Dockerrun.aws.json
Created November 12, 2019 17:29
Use `traefic` within AWS Elasticbeanstalk Multi-Container Docker as a letsencrypt-secured load balancer & proxy to other services
{
"AWSEBDockerrunVersion": 2,
"volumes": [
{
"name": "dockersock",
"host": { "sourcePath": "/var/run/docker.sock" }
},
{
"name": "traefik-config",
"host": { "sourcePath": "/var/app/current/reverseproxyconf.yml" }