Skip to content

Commit

Permalink
update image refs to private pcccr
Browse files Browse the repository at this point in the history
  • Loading branch information
joshimai committed Apr 11, 2024
1 parent 5c50789 commit d5c53a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
context: ..
dockerfile: deployment/Dockerfile
environment:
- ACR_STAC_REPO=${ACR_STAC_REPO:-mcr.microsoft.com/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-mcr.microsoft.com/planetary-computer-apis/tiler}
- ACR_STAC_REPO=${ACR_STAC_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/tiler}
- IMAGE_TAG
- GIT_COMMIT

Expand Down

0 comments on commit d5c53a1

Please sign in to comment.