mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-18 02:39:45 +00:00
switch to mos image
This commit is contained in:
parent
3aba8a8cd5
commit
2c5811609d
@ -275,7 +275,7 @@ resource "aws_ecs_task_definition" "ws_reader_ec2" {
|
||||
]
|
||||
environment = []
|
||||
essential = true
|
||||
image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.us-east-1.amazonaws.com/wsproxy:latest"
|
||||
image = "eclipse-mosquitto:latest"
|
||||
# logConfiguration = {
|
||||
# logDriver = "awslogs"
|
||||
# options = {
|
||||
|
Loading…
Reference in New Issue
Block a user