simplifies alpine for syncing props.
This commit is contained in:
2
terraform/connect-ports-cloud-staging.sh
Executable file
2
terraform/connect-ports-cloud-staging.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ssh -L 2049:172.31.32.90:2049 3.213.115.86 -L 8983:solr-prod.local:8983 -L 4334:integreat-datomic.local:4334
|
||||
@@ -3,7 +3,7 @@
|
||||
"environment": [
|
||||
{
|
||||
"name": "DD_ENV",
|
||||
"value": "prod"
|
||||
"value": "staging"
|
||||
},
|
||||
{
|
||||
"name": "DD_SERVICE",
|
||||
@@ -16,13 +16,13 @@
|
||||
"logConfiguration": {
|
||||
"logDriver": "awslogs",
|
||||
"options": {
|
||||
"awslogs-group": "/ecs/solr-prod",
|
||||
"awslogs-group": "/ecs/solr-staging",
|
||||
"awslogs-region": "us-east-1",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
}
|
||||
},
|
||||
"dockerLabels": {
|
||||
"com.datadoghq.tags.env": "prod",
|
||||
"com.datadoghq.tags.env": "staging",
|
||||
"com.datadoghq.tags.service": "solr"
|
||||
},
|
||||
"mountPoints": [],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user