You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/local/README.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,20 @@ Downloads all applications needed by `create-containers.sh` from Maven repositor
12
12
Usage: `download-apps.sh [version]`
13
13
*`version` is the dataflow-server version like `2.10.3`. Default is `2.11.3-SNAPSHOT`
14
14
15
-
## `create-containers.sh`
16
-
Creates all containers and pushes to local docker registry.
15
+
## `launch-dataflow.sh`
16
+
Uses docker compose to launch a database, broker, skipper and dataflow server.
17
17
18
-
This script requires [jib-cli](https://github.com/GoogleContainerTools/jib/tree/master/jib-cli)
18
+
## `launch-with-keycloak.sh`
19
+
Uses docker compose to launch a database, broker, skipper and dataflow server and a Keycloak server that loads the `dataflow` realm from `./src/local/data` which define a single user named `joe` with password `password`
0 commit comments