Skip to content

Commit

Permalink
Remove unused Traefik port mapping.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sfmskywalker committed Dec 1, 2024
1 parent 14fbaad commit 107704d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions writerside/topics/Traefik.topic
Original file line number Diff line number Diff line change
Expand Up @@ -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`)"
Expand Down

0 comments on commit 107704d

Please sign in to comment.