mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: run pre-commit fixes
This commit is contained in:
parent
a6e92bf984
commit
a1265baed6
5 changed files with 6 additions and 6 deletions
|
|
@ -60,9 +60,9 @@ SITES=`mysite.example.com`
|
|||
SITES=`{any:.+}`
|
||||
```
|
||||
|
||||
>Note: `SITES` currently supplies the host list that goes into the `Host(...)` rules. Once the Traefik v3 transition is completed, the plan is to switch to `SITES_RULE` (full rule expression) and deprecate `SITES` to map the Traefik Rule Syntax.
|
||||
> Note: `SITES` currently supplies the host list that goes into the `Host(...)` rules. Once the Traefik v3 transition is completed, the plan is to switch to `SITES_RULE` (full rule expression) and deprecate `SITES` to map the Traefik Rule Syntax.
|
||||
|
||||
>Currently the used syntax is pinned to v2 via `--core.defaultRuleSyntax=v2`).
|
||||
> Currently the used syntax is pinned to v2 via `--core.defaultRuleSyntax=v2`).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ services:
|
|||
command:
|
||||
- --providers.docker=true
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
- --entrypoints.web.address=:80
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ services:
|
|||
command:
|
||||
- --providers.docker
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
- --entrypoints.web.address=:80
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ services:
|
|||
- --providers.docker=true
|
||||
# Do not expose all Docker services, only the ones explicitly exposed
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
# Create an entrypoint http listening on port 80
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
- --providers.docker=true
|
||||
# Do not expose all Docker services, only the ones explicitly exposed
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
# Create an entrypoint http listening on port 80
|
||||
|
|
|
|||
Loading…
Reference in a new issue