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
Copy file name to clipboardexpand all lines: deploy/demo/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# FirecREST demo
2
2
3
-
This demo uses [Docker Compose](https://docs.docker.com/compose/install/) to setup containers for FirecREST microservices, a template client, Keycloak, Kong, Redis, Minio and a dummy cluster with Slurm.
3
+
This demo uses [Docker Compose](https://docs.docker.com/compose/install/) to setup containers for FirecREST microservices, a template client, Keycloak, Kong, Redis, Minio and a dummy cluster with Slurm. It should also work with Podman and [Podman Compose](https://github.com/containers/podman-compose) for a rootless setup.
4
4
5
5
## Quick start
6
6
@@ -19,7 +19,9 @@ To start containers:
19
19
20
20
`docker-compose up`
21
21
22
-
Then, go to `http://localhost:7000` User is `test1` and password is `test11`
22
+
The web client is available at `http://localhost:7000` User is `test1` and password is `test11`
23
+
24
+
The API is at `http://localhost:8000` and the specification is at `http://localhost:8000/docs`
Helm only allows to include files inside the chart directory. To install the 'openapi' chart (SwaggerUI) it is required to make symlink to the OpenAPI specification
0 commit comments