We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df5be2 commit dfcbdc9Copy full SHA for dfcbdc9
Dockerfile
@@ -4,6 +4,7 @@ ENV TRAEFIK_PROVIDERS_FILE_DIRECTORY="/etc/traefik/traefik.d/"
4
ENV TRAEFIK_ENTRYPOINTS_proxy_ADDRESS=":9440"
5
ENV TRAEFIK_LOG_LEVEL="INFO"
6
ENV TRAEFIK_ACCESSLOG=true
7
+ENV TRAEFIK_ACCESSLOG_ADDINTERNALS=true
8
ENV TRAEFIK_API=true
9
10
COPY traefik.d/* /etc/traefik/traefik.d/
Makefile
@@ -1,3 +1,3 @@
1
build:
2
- docker build -t nxlab.fr/tuxtof/ntnx-api-proxy --platform linux/amd64 .
3
- docker push nxlab.fr/tuxtof/ntnx-api-proxy
+ docker build -t ghcr.io/nutanix-cloud-native/ntnx-api-proxy:traefik3 --platform linux/amd64 .
+ docker push ghcr.io/nutanix-cloud-native/ntnx-api-proxy:traefik3
0 commit comments