Skip to content

Commit

Permalink
Re-enabled traefik dashboard. Added copy to Readme about Perseus
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Jan 5, 2024
1 parent e2aa50a commit f797c84
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ Here are the profiles available:
- Only run this if Achilles and DataQualityDashboard have been executed
- dbt
- Sets up the dbt command-line tool for ETL design


We also offer profiles for Perseus, but please note, **these are EXPERIMENTAL and not guaranteed to work**:

- perseus
- Experimental in this version
- Deploys the entire Perseus stack of services, but in the Broadsea network
Expand Down Expand Up @@ -206,7 +210,7 @@ Here are the profiles available:

### Traefik Dashboard

Broadsea uses Traefik as a proxy for all containers within. The traefik dashboard is enabled by default at `/dashboard`, and can be useful for debugging the proxy network.
Broadsea uses Traefik as a proxy for all containers within. The traefik dashboard is enabled by default at `/dashboard/`, and can be useful for debugging the proxy network.

### SSL

Expand Down
7 changes: 6 additions & 1 deletion traefik/routers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,9 @@ http:
perseus-user:
loadBalancer:
servers:
- url: http://perseus-user:5001
- url: http://perseus-user:5001

perseus-athena:
loadBalancer:
servers:
- url: http://perseus-athena:5002
2 changes: 1 addition & 1 deletion traefik/traefik_http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
sendAnonymousUsage: false

api:
dashboard: false
dashboard: true

providers:
docker:
Expand Down
2 changes: 1 addition & 1 deletion traefik/traefik_https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
sendAnonymousUsage: false

api:
dashboard: false
dashboard: true

providers:
docker:
Expand Down

0 comments on commit f797c84

Please sign in to comment.