Skip to content

Commit

Permalink
docker: Update compose definitions (#1020)
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <aeneas@ory.am>
  • Loading branch information
aeneasr committed Sep 1, 2018
1 parent f8bb760 commit f359d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-twoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ services:

consent:
environment:
- HYDRA_URL=http://hydra-admin:4445
image: oryd/hydra-login-consent-node:v1.0.0-beta.7
- HYDRA_ADMIN_URL=http://hydra-admin:4445
image: oryd/hydra-login-consent-node:v1.0.0-beta.9
links:
- hydra-admin
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ services:

consent:
environment:
- HYDRA_URL=http://hydra:4445
image: oryd/hydra-login-consent-node:v1.0.0-beta.7
- HYDRA_ADMIN_URL=http://hydra:4445
image: oryd/hydra-login-consent-node:v1.0.0-beta.9
links:
- hydra
ports:
Expand Down

0 comments on commit f359d08

Please sign in to comment.