Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created March 24, 2019 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohemohe/8b1f8426c43734165baee9728d3331ac to your computer and use it in GitHub Desktop.
Save mohemohe/8b1f8426c43734165baee9728d3331ac to your computer and use it in GitHub Desktop.
---
address: ":80"
read_timeout: 1200
write_timeout: 1200
tls:
address: ":443"
auto: true
plugins:
- name: logger
- name: https-redirect
hosts:
manage.docker.plusminus.io:
paths:
"/":
plugins:
- name: proxy
targets:
- url: http://portainer_portainer:9000
minio.plusminus.io:
paths:
"/":
plugins:
- name: proxy
targets:
- url: http://minio:9000
mstdn.plusminus.io:
paths:
"/":
plugins:
- name: proxy
targets:
- url: http://mastodon_web:3000
"/api/v1/streaming":
plugins:
- name: proxy
targets:
- url: http://mastodon_streaming:4000
kokorobot.plusminus.io:
paths:
"/":
plugins:
- name: proxy
targets:
- url: http://kokorobot:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment