Skip to content

Commit dd9377e

Browse files
committed
refactor(proxy): improve naming convention of traefik configuration
1 parent abe4dcd commit dd9377e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

services/traefik/docker-compose.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ services:
2626
# - --log.format=json
2727

2828
## Access Log - https://doc.traefik.io/traefik/observability/access-logs ##
29-
- --accesslog=true
30-
- --accesslog.filepath=/srv/traefik/accesslog/traefik-access.log
31-
- --accesslog.fields.defaultmode=keep
32-
- --accesslog.fields.headers.defaultmode=keep
29+
- --accesslog=false
30+
- --accesslog.filePath=/srv/traefik/accesslog/traefik-access.log
31+
- --accesslog.fields.defaultMode=keep
32+
- --accesslog.fields.headers.defaultMode=keep
3333
- --accesslog.bufferingSize=100
3434
# - --accesslog.format=json
3535

3636
## Metrics - https://doc.traefik.io/traefik/observability/metrics/overview ##
37-
- --metrics=true
38-
- --metrics.prometheus=true
37+
- --metrics=false
38+
- --metrics.prometheus=false
3939

4040
## Tracing - https://doc.traefik.io/traefik/observability/tracing/overview ##
4141
- --tracing=false
@@ -139,5 +139,5 @@ services:
139139

140140
networks:
141141
default:
142-
external:
143-
name: traefik-network
142+
name: traefik-network
143+
external: true

0 commit comments

Comments
 (0)