Skip to content

Commit d81702e

Browse files
chore: Create docker-compose.yml do match CONTRIBUTING.md (#918)
Signed-off-by: Philipp Fehre <philipp.fehre@mollie.com>
1 parent a878923 commit d81702e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

providers/flagd/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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
```
2828
and then run
2929
```
@@ -36,4 +36,4 @@ FLAGD_HOST=192.168.100.1 mvn test -P e2e
3636
```
3737

3838
If test-harness is being updated, commit the changes before running `mvn`.
39-
Otherwise, uncommitted changes will be overridden by maven test plugins.
39+
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)