Skip to content

Commit

Permalink
Update base URL environment variable for Traefik
Browse files Browse the repository at this point in the history
Changed the environment variable name from HTTP__BASEURL to HOSTING__BASEURL and updated the URL to include a specific port. This ensures that the service is correctly accessed via the updated endpoint at http://elsa.localhost:1280.
  • Loading branch information
sfmskywalker committed Dec 1, 2024
1 parent 107704d commit 8c9b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writerside/topics/Traefik.topic
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
environment:
ASPNETCORE_ENVIRONMENT: Development
HTTP_PORTS: 8080
HTTP__BASEURL: http://elsa.localhost
HOSTING__BASEURL: http://elsa.localhost:1280
DATABASEPROVIDER: PostgreSql
CONNECTIONSTRINGS__POSTGRESQL: Host=postgres;Port=5432;Database=elsa;Username=elsa;Password=elsa
labels:
Expand Down

0 comments on commit 8c9b288

Please sign in to comment.