mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-29 15:13:53 +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 = []
|
environment = []
|
||||||
essential = true
|
essential = true
|
||||||
image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.us-east-1.amazonaws.com/wsproxy:latest"
|
image = "eclipse-mosquitto:latest"
|
||||||
# logConfiguration = {
|
# logConfiguration = {
|
||||||
# logDriver = "awslogs"
|
# logDriver = "awslogs"
|
||||||
# options = {
|
# options = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user