We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20baf1a commit fea32eaCopy full SHA for fea32ea
infrastructure/applications/pretix/main.tf
@@ -170,7 +170,7 @@ resource "aws_ecs_task_definition" "pretix" {
170
retries = 3
171
command = [
172
"CMD-SHELL",
173
- "curl -f http://localhost/healthcheck/ || exit 1"
+ "curl -f http://127.0.0.1/healthcheck/ || exit 1"
174
]
175
timeout = 3
176
interval = 10
infrastructure/applications/pycon_backend/web_task.tf
@@ -49,7 +49,7 @@ resource "aws_ecs_task_definition" "web" {
49
50
51
52
- "curl -f http://localhost:8000/health/ || exit 1"
+ "curl -f http://127.0.0.1:8000/health/ || exit 1"
53
54
55
0 commit comments