Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jun 10, 2024
1 parent c056894 commit 30133ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The API is currently deployed here:
* [production API](https://api.cloud.ai4eosc.eu/docs) (`master` branch)
* [development API](https://api.dev.ai4eosc.eu/docs) (`dev` branch)

Images of both API are accessible in [our private Harbor](https://registry.services.ai4os.eu/ai4os/ai4-papi) and [Dockerhub](https://hub.docker.com/repository/docker/ignacioheredia/ai4-papi/).
<!---
TODO: replace with AI4EOSC Dockerhub account
-->
Images of both API are accessible in the project's Harbor registry:

* `registry.services.ai4os.eu/ai4os/ai4-papi:prod`
* `registry.services.ai4os.eu/ai4os/ai4-papi:dev`

The Dashboards pointing to those APIs are respectively:

Expand Down Expand Up @@ -81,7 +81,7 @@ To deploy the API, the are several options:

4. From Dockerhub
```bash
docker run -v /local-path-to/nomad-certs:/home/nomad-certs -p 8080:80 ignacioheredia/ai4-papi:prod
docker run -v /local-path-to/nomad-certs:/home/nomad-certs -p 8080:80 registry.services.ai4os.eu/ai4os/ai4-papi:prod
```

5. Building from our [Dockerfile](./docker/Dockerfile).
Expand Down

0 comments on commit 30133ba

Please sign in to comment.