You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
523 B
21 lines
523 B
version: "3.3"
|
|
|
|
services:
|
|
whoami:
|
|
image: "nginxdemos/hello"
|
|
container_name: "hello"
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.hello.rule=Host(`daribrah.crabdance.com`)"
|
|
- "traefik.http.routers.hello.entrypoints=websecure"
|
|
- "traefik.http.routers.hello.tls.certresolver=myhttpchallenge"
|
|
- "traefik.http.routers.hello.tls=true"
|
|
- "traefik.docker.network=traefik_default"
|
|
networks:
|
|
default:
|
|
traefik_default:
|
|
|
|
networks:
|
|
traefik_default:
|
|
external: true
|