From e59c3a92d1ecad19557797f04bc35e08bd14f3f3 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Wed, 7 Feb 2024 16:11:57 +0100 Subject: [PATCH] Invoice only internal --- bxl-shp/apps/docker-compose.invoice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bxl-shp/apps/docker-compose.invoice.yaml b/bxl-shp/apps/docker-compose.invoice.yaml index 28fa6c1..70d322d 100644 --- a/bxl-shp/apps/docker-compose.invoice.yaml +++ b/bxl-shp/apps/docker-compose.invoice.yaml @@ -18,7 +18,7 @@ services: - "traefik.http.services.invoice.loadbalancer.server.port=80" - "traefik.http.routers.invoice.tls=true" - "traefik.http.routers.invoice.tls.certresolver=http" - - "traefik.http.routers.invoice.entrypoints=internalsecure,externalsecure" + - "traefik.http.routers.invoice.entrypoints=internalsecure" - "com.centurylinklabs.watchtower.enable=true" networks: - external