Skip to content

Commit dfcbdc9

Browse files
committed
update traefik to v3
1 parent 1df5be2 commit dfcbdc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV TRAEFIK_PROVIDERS_FILE_DIRECTORY="/etc/traefik/traefik.d/"
44
ENV TRAEFIK_ENTRYPOINTS_proxy_ADDRESS=":9440"
55
ENV TRAEFIK_LOG_LEVEL="INFO"
66
ENV TRAEFIK_ACCESSLOG=true
7+
ENV TRAEFIK_ACCESSLOG_ADDINTERNALS=true
78
ENV TRAEFIK_API=true
89

910
COPY traefik.d/* /etc/traefik/traefik.d/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build:
2-
docker build -t nxlab.fr/tuxtof/ntnx-api-proxy --platform linux/amd64 .
3-
docker push nxlab.fr/tuxtof/ntnx-api-proxy
2+
docker build -t ghcr.io/nutanix-cloud-native/ntnx-api-proxy:traefik3 --platform linux/amd64 .
3+
docker push ghcr.io/nutanix-cloud-native/ntnx-api-proxy:traefik3

0 commit comments

Comments
 (0)