Skip to content

Commit

Permalink
Merge pull request #2193 from utkarsh-pro/utkarsh-pro/fix/#2165
Browse files Browse the repository at this point in the history
Add SAAS_BASE_URL to docker-compose again to support stable release
  • Loading branch information
leecalcote committed Jan 1, 2021
2 parents c6f1b90 + 053f5f1 commit 4d7dc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- "PROVIDER_BASE_URLS=https://meshery.layer5.io"
- "SAAS_BASE_URL=https://meshery.layer5.io"
- "ADAPTER_URLS=meshery-istio:10000 meshery-linkerd:10001 meshery-consul:10002 meshery-octarine:10003 meshery-nsm:10004 meshery-kuma:10007 meshery-cpx:10008 meshery-osm:10009 meshery-nginx-sm:10010"
- "EVENT=mesheryLocal"
volumes:
Expand Down

0 comments on commit 4d7dc76

Please sign in to comment.