Skip to content

Commit

Permalink
build: update docker links in compose and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Feb 22, 2024
1 parent ee13ff0 commit 820c5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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 [Dockerhub](https://hub.docker.com/repositories/ignacioheredia).
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
-->
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:

ai4-papi-prod:
image: "ignacioheredia/ai4-papi:prod"
image: "registry.services.ai4os.eu/ai4os/ai4-papi:prod"
restart: always
environment:
- NOMAD_ADDR=https://193.146.75.221:4646
Expand All @@ -16,7 +16,7 @@ services:
ai4-papi-dev:
# Right now dev is pointing to same services as prod.
# Will change in the future.
image: "ignacioheredia/ai4-papi:prod"
image: "registry.services.ai4os.eu/ai4os/ai4-papi:prod"
restart: always
environment:
- NOMAD_ADDR=https://193.146.75.221:4646
Expand Down

0 comments on commit 820c5ec

Please sign in to comment.