initial commit
This commit is contained in:
23
deploy/traefik/README.md
Normal file
23
deploy/traefik/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Traefik deployment
|
||||
|
||||
This directory will contain Traefik static and dynamic configuration for production deployments.
|
||||
|
||||
## Planned contents
|
||||
|
||||
- `traefik.yml` — entry points, providers, certificate resolvers
|
||||
- `dynamic/` — middleware, TLS options, routing labels documentation
|
||||
- Integration with external `traefik-network` Docker network
|
||||
|
||||
## Status
|
||||
|
||||
Phase 0 placeholder. Production routing is documented in `docs/operations/installation.md`.
|
||||
|
||||
## External network
|
||||
|
||||
Create the shared network once on the host:
|
||||
|
||||
```bash
|
||||
docker network create traefik-network
|
||||
```
|
||||
|
||||
Compose services attach to this network when `TRAEFIK_NETWORK=traefik-network` is set.
|
||||
Reference in New Issue
Block a user