Skip to content

Commit 590b5b0

Browse files
author
Philipp Fehre
committed
Create docker-compose.yml do match CONTRIBUTING.md
Signed-off-by: Philipp Fehre <philipp.fehre@mollie.com>
1 parent 1c23b15 commit 590b5b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

providers/flagd/CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ In vscode for instance, the following settings are recommended:
2323
The continuous integration runs a set of [gherkin e2e tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using [`flagd`](https://github.com/open-feature/flagd). These tests do not run with the default maven profile. If you'd like to run them locally, you can start the flagd testbed with
2424

2525
```
26-
docker-compose up
26+
docker compose up
2727
```
28+
2829
and then run
30+
2931
```
3032
mvn test -P e2e
3133
```
@@ -36,4 +38,4 @@ FLAGD_HOST=192.168.100.1 mvn test -P e2e
3638
```
3739

3840
If test-harness is being updated, commit the changes before running `mvn`.
39-
Otherwise, uncommitted changes will be overridden by maven test plugins.
41+
Otherwise, uncommitted changes will be overridden by maven test plugins.

providers/flagd/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
services:
2+
flagd:
3+
build:
4+
context: ./test-harness
5+
dockerfile: flagd/Dockerfile

0 commit comments

Comments
 (0)