File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33"github.com/ory/x","Apache-2.0"
44"github.com/stretchr/testify","MIT"
55"go.opentelemetry.io/otel/sdk","Apache-2.0"
6- "go.opentelemetry.io/otel/sdk","BSD-3-Clause"
76
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 context : .
2222 dockerfile : .docker/Dockerfile-local-build
2323 additional_contexts :
24-
24+ oryx : ../../x
2525 ports :
2626 - " 4444:4444" # Public port
2727 - " 4445:4445" # Admin port
@@ -47,7 +47,7 @@ services:
4747 context : .
4848 dockerfile : .docker/Dockerfile-local-build
4949 additional_contexts :
50-
50+ oryx : ../../x
5151 environment :
5252 - DSN=sqlite:///mnt/sqlite/db.sqlite?_fk=true&mode=rwc
5353 command : migrate -c /etc/config/hydra/hydra.yml sql up -e --yes
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ services:
77 context : .
88 dockerfile : ./test/conformance/hydra/Dockerfile
99 additional_contexts :
10-
10+ oryx : ../../x
1111
1212 hydra :
1313 build :
1414 # When running with `run.sh` the cwd is the project's root.
1515 context : .
1616 dockerfile : ./test/conformance/hydra/Dockerfile
1717 additional_contexts :
18-
18+ oryx : ../../x
1919 environment :
2020 ISSUER_URL : https://hydra:4444/
2121 command : serve -c /etc/config/hydra/hydra.yml all
You can’t perform that action at this time.
0 commit comments