blob: 400ec05d3e7fbff919638205e26a48542e3ac09a [file] [log] [blame]
version: "3.3"
services:
web:
image : "apachecustos/custos-demo-gateway-local:latest"
ports:
- "8080:8080"
environment:
VUE_APP_CLIENT_ID: 'tenant-id'
VUE_APP_CLIENT_SEC: 'tenant-sec'
VUE_APP_REDIRECT_URI: 'http://localhost:8080/callback'
VUE_APP_CUSTOS_TOKEN_ENDPOINT: 'https://custos.scigap.org/apiserver/identity-management/v1.0.0/token'