From 107704dfe5c69a898dffa595fdd3dcae461f7eb5 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 1 Dec 2024 12:15:47 +0100 Subject: [PATCH] Remove unused Traefik port mapping. The port mapping "1280:8080" was removed from the Traefik configuration. This change cleans up unnecessary configuration, improving clarity and maintaining only the essential settings. --- writerside/topics/Traefik.topic | 2 -- 1 file changed, 2 deletions(-) diff --git a/writerside/topics/Traefik.topic b/writerside/topics/Traefik.topic index ee69d1f..342d04e 100644 --- a/writerside/topics/Traefik.topic +++ b/writerside/topics/Traefik.topic @@ -46,8 +46,6 @@ services: HTTP__BASEURL: http://elsa.localhost DATABASEPROVIDER: PostgreSql CONNECTIONSTRINGS__POSTGRESQL: Host=postgres;Port=5432;Database=elsa;Username=elsa;Password=elsa - ports: - - "1280:8080" labels: - "traefik.enable=true" - "traefik.http.routers.elsa.rule=Host(`elsa.localhost`)"