diff --git a/docker-compose.yml b/docker-compose.yml index 1f626f2c8510fb0fbdbc857bc37ed564015aaa18..696e6b0bc2a2adfdebd07d5bae4fef994e516d66 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - "4445:4445" # Admin port - "5555:5555" # Port for hydra token user command: - serve all --dangerous-force-http --dangerous-allow-insecure-redirect-urls "http://127.0.0.1:13337/callback" + serve all --dangerous-force-http --dangerous-allow-insecure-redirect-urls "http://127.0.0.1:13337/callback, http://localhost:3000/callback" environment: - URLS_SELF_ISSUER=http://localhost:4444/ - URLS_CONSENT=http://localhost:5001/consent @@ -61,6 +61,8 @@ services: image: postgres:11 environment: - POSTGRES_PASSWORD=secret + ports: + - "5432:5432" oauth: build: ./test/login_logout environment: