This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Traefik
Veerendra edited this page Apr 21, 2023
·
1 revision
- Docker swarm stack services/traefikv2
Docker containers in this stack
- Traefik
-
traefik.yml deploys a dummy stack which creates 2 networks that are directly attached to traefik container
https://docs.docker.com/engine/reference/commandline/network_create/#internal
-
private_traefikv2
->internal: true
-
public_traefikv2
->internal: false
-
-
Traefik creates default certificates while it bootstraps. Custom certificates can placed in services/traefikv2/config/ssl, add in services/traefikv2/config/dynamic.toml and services/traefikv2/config/traefik.toml#L26
cd services/traefikv2/
$ tree .
.
├── config
│ ├── dynamic.toml
│ ├── ssl
│ │ └── cert.conf
│ └── traefik.toml
├── docker-stack.yml
└── traefik.yml
3 directories, 5 files