Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Var to disabled oauth in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Cerfoglio authored and Gabriele Cerfoglio committed Feb 7, 2018
1 parent 9caf996 commit 3ffd202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ services:
environment:
- MASTERMIND_API_HOST=localhost
- MASTERMIND_API_PORT=3000
- MASTERMIND_UI_HOST=web
- MASTERMIND_UI_PORT=8080
- SERVICE_MANAGER_HOST=service-manager
- SERVICE_MANAGER_PORT=8080
- MASTERMIND_OAUTH_URI=https://account.lab.fiware.org
- MASTERMIND_OAUTH_CLIENT_ID=f856da058c20414db0e946d234a5b9b1
- MASTERMIND_OAUTH_SECRET_ID=08eaae80ae544d66ba858de71adb7421
- OAUTH_ENABLED=true
ports:
- "3000:3000"
command: rails s -b0
Expand Down

0 comments on commit 3ffd202

Please sign in to comment.