Skip to content

Commit

Permalink
update roxprox's to pull from pull ecr's, instead dockerhub (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarciso4 authored Jul 7, 2022
1 parent 2b3a7ee commit 478ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/templates/roxprox-ratelimit.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}],
%{ endif }
"essential": true,
"image": "in4it/roxprox-ratelimit:${RATELIMIT_RELEASE}",
"image": "public.ecr.aws/y9x3p3i6/roxprox-ratelimit:${RATELIMIT_RELEASE}",
"name": "roxprox",
"command": [
"-storage-path", "/config",
Expand Down
2 changes: 1 addition & 1 deletion terraform/templates/roxprox.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}],
%{ endif }
"essential": true,
"image": "in4it/roxprox:${ROXPROX_RELEASE}",
"image": "public.ecr.aws/y9x3p3i6/roxprox:${ROXPROX_RELEASE}",
"name": "roxprox",
"command": [
%{ if ENABLE_RATELIMIT }
Expand Down

0 comments on commit 478ec6d

Please sign in to comment.