Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created July 25, 2021 07:40
Show Gist options
  • Save vranystepan/b16f8b63201886edb708046154abc680 to your computer and use it in GitHub Desktop.
Save vranystepan/b16f8b63201886edb708046154abc680 to your computer and use it in GitHub Desktop.
version: "3.8"
services:
frontend:
image: nginx
labels:
- traefik.http.routers.my-container.rule=Host(`lab01.stepanvrany.cz`)
- traefik.http.routers.my-container.tls=true
- traefik.http.routers.my-container.tls.certresolver=le
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment