diff --git a/README.md b/README.md index d902686..a0e32e7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/traefik/routers.yml b/traefik/routers.yml index 9d70692..8f3618b 100644 --- a/traefik/routers.yml +++ b/traefik/routers.yml @@ -245,4 +245,9 @@ http: perseus-user: loadBalancer: servers: - - url: http://perseus-user:5001 \ No newline at end of file + - url: http://perseus-user:5001 + + perseus-athena: + loadBalancer: + servers: + - url: http://perseus-athena:5002 \ No newline at end of file diff --git a/traefik/traefik_http.yml b/traefik/traefik_http.yml index 7c7b07f..18149f1 100644 --- a/traefik/traefik_http.yml +++ b/traefik/traefik_http.yml @@ -6,7 +6,7 @@ global: sendAnonymousUsage: false api: - dashboard: false + dashboard: true providers: docker: diff --git a/traefik/traefik_https.yml b/traefik/traefik_https.yml index 1339680..4f489a4 100644 --- a/traefik/traefik_https.yml +++ b/traefik/traefik_https.yml @@ -6,7 +6,7 @@ global: sendAnonymousUsage: false api: - dashboard: false + dashboard: true providers: docker: