mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 09:32:22 +03:00
fix(migration): removed (#1170)
This commit is contained in:
parent
1d33fbd3eb
commit
4b806db3c0
@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-crawl:1",
|
|
||||||
"containerDefinitions": [
|
|
||||||
{
|
|
||||||
"name": "quivr-crawl",
|
|
||||||
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
|
|
||||||
"cpu": 0,
|
|
||||||
"portMappings": [
|
|
||||||
{
|
|
||||||
"name": "quivr-crawl-5050-tcp",
|
|
||||||
"containerPort": 5050,
|
|
||||||
"hostPort": 5050,
|
|
||||||
"protocol": "tcp",
|
|
||||||
"appProtocol": "http"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"essential": true,
|
|
||||||
"command": [
|
|
||||||
"uvicorn",
|
|
||||||
"crawl_service:app",
|
|
||||||
"--host",
|
|
||||||
"0.0.0.0",
|
|
||||||
"--port",
|
|
||||||
"5050"
|
|
||||||
],
|
|
||||||
"environment": [],
|
|
||||||
"environmentFiles": [
|
|
||||||
{
|
|
||||||
"value": "arn:aws:s3:::quivr-env-variables/production.env",
|
|
||||||
"type": "s3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"mountPoints": [],
|
|
||||||
"volumesFrom": [],
|
|
||||||
"logConfiguration": {
|
|
||||||
"logDriver": "awslogs",
|
|
||||||
"options": {
|
|
||||||
"awslogs-create-group": "true",
|
|
||||||
"awslogs-group": "/ecs/quivr-production-crawl",
|
|
||||||
"awslogs-region": "eu-west-3",
|
|
||||||
"awslogs-stream-prefix": "ecs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"family": "quivr-prod-crawl",
|
|
||||||
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
||||||
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
||||||
"networkMode": "awsvpc",
|
|
||||||
"revision": 1,
|
|
||||||
"volumes": [],
|
|
||||||
"status": "ACTIVE",
|
|
||||||
"requiresAttributes": [
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.execution-role-awslogs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.env-files.s3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.task-iam-role"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.execution-role-ecr-pull"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.task-eni"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"placementConstraints": [],
|
|
||||||
"compatibilities": [
|
|
||||||
"EC2",
|
|
||||||
"FARGATE"
|
|
||||||
],
|
|
||||||
"requiresCompatibilities": [
|
|
||||||
"FARGATE"
|
|
||||||
],
|
|
||||||
"cpu": "256",
|
|
||||||
"memory": "1024",
|
|
||||||
"runtimePlatform": {
|
|
||||||
"cpuArchitecture": "X86_64",
|
|
||||||
"operatingSystemFamily": "LINUX"
|
|
||||||
},
|
|
||||||
"registeredAt": "2023-08-18T15:54:02.492Z",
|
|
||||||
"registeredBy": "arn:aws:iam::253053805092:root",
|
|
||||||
"tags": []
|
|
||||||
}
|
|
@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-prod-upload:1",
|
|
||||||
"containerDefinitions": [
|
|
||||||
{
|
|
||||||
"name": "quivr-upload",
|
|
||||||
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
|
|
||||||
"cpu": 0,
|
|
||||||
"portMappings": [
|
|
||||||
{
|
|
||||||
"name": "quivr-upload-5050-tcp",
|
|
||||||
"containerPort": 5050,
|
|
||||||
"hostPort": 5050,
|
|
||||||
"protocol": "tcp",
|
|
||||||
"appProtocol": "http"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"essential": true,
|
|
||||||
"command": [
|
|
||||||
"uvicorn",
|
|
||||||
"upload_service:app",
|
|
||||||
"--host",
|
|
||||||
"0.0.0.0",
|
|
||||||
"--port",
|
|
||||||
"5050"
|
|
||||||
],
|
|
||||||
"environment": [],
|
|
||||||
"environmentFiles": [
|
|
||||||
{
|
|
||||||
"value": "arn:aws:s3:::quivr-env-variables/production.env",
|
|
||||||
"type": "s3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"mountPoints": [],
|
|
||||||
"volumesFrom": [],
|
|
||||||
"logConfiguration": {
|
|
||||||
"logDriver": "awslogs",
|
|
||||||
"options": {
|
|
||||||
"awslogs-create-group": "true",
|
|
||||||
"awslogs-group": "/ecs/quivr-production-upload",
|
|
||||||
"awslogs-region": "eu-west-3",
|
|
||||||
"awslogs-stream-prefix": "ecs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"family": "quivr-prod-upload",
|
|
||||||
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
||||||
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
||||||
"networkMode": "awsvpc",
|
|
||||||
"revision": 1,
|
|
||||||
"volumes": [],
|
|
||||||
"status": "ACTIVE",
|
|
||||||
"requiresAttributes": [
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.execution-role-awslogs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.env-files.s3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.task-iam-role"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.execution-role-ecr-pull"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ecs.capability.task-eni"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"placementConstraints": [],
|
|
||||||
"compatibilities": [
|
|
||||||
"EC2",
|
|
||||||
"FARGATE"
|
|
||||||
],
|
|
||||||
"requiresCompatibilities": [
|
|
||||||
"FARGATE"
|
|
||||||
],
|
|
||||||
"cpu": "256",
|
|
||||||
"memory": "1024",
|
|
||||||
"runtimePlatform": {
|
|
||||||
"cpuArchitecture": "X86_64",
|
|
||||||
"operatingSystemFamily": "LINUX"
|
|
||||||
},
|
|
||||||
"registeredAt": "2023-08-18T15:37:58.533Z",
|
|
||||||
"registeredBy": "arn:aws:iam::253053805092:root",
|
|
||||||
"tags": []
|
|
||||||
}
|
|
@ -5,23 +5,14 @@
|
|||||||
"name": "quivr-chat",
|
"name": "quivr-chat",
|
||||||
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
|
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:85ae06c82935028d828f60f35c7e0a47fdee1ff2",
|
||||||
"cpu": 0,
|
"cpu": 0,
|
||||||
"portMappings": [
|
|
||||||
{
|
|
||||||
"name": "quivr-chat-5050-tcp",
|
|
||||||
"containerPort": 5050,
|
|
||||||
"hostPort": 5050,
|
|
||||||
"protocol": "tcp",
|
|
||||||
"appProtocol": "http"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"essential": true,
|
"essential": true,
|
||||||
"command": [
|
"command": [
|
||||||
"uvicorn",
|
"celery",
|
||||||
"chat_service:app",
|
"-A",
|
||||||
"--host",
|
"celery_worker",
|
||||||
"0.0.0.0",
|
"worker",
|
||||||
"--port",
|
"-l",
|
||||||
"5050"
|
"info"
|
||||||
],
|
],
|
||||||
"environment": [],
|
"environment": [],
|
||||||
"environmentFiles": [
|
"environmentFiles": [
|
2
.github/workflows/aws-preview.yml
vendored
2
.github/workflows/aws-preview.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
task_definition: ".aws/task_definition_preview.json"
|
task_definition: ".aws/task_definition_preview.json"
|
||||||
container: "quivr"
|
container: "quivr"
|
||||||
- name: "quivr-chat"
|
- name: "quivr-chat"
|
||||||
service: "preview-service-chat"
|
service: "preview-worker"
|
||||||
task_definition: ".aws/task_definition_preview_worker.json"
|
task_definition: ".aws/task_definition_preview_worker.json"
|
||||||
container: "quivr-chat"
|
container: "quivr-chat"
|
||||||
|
|
||||||
|
13
.github/workflows/aws.yml
vendored
13
.github/workflows/aws.yml
vendored
@ -74,17 +74,10 @@ jobs:
|
|||||||
task_definition: ".aws/task_definition.json"
|
task_definition: ".aws/task_definition.json"
|
||||||
container: "quivr"
|
container: "quivr"
|
||||||
- name: "quivr-chat"
|
- name: "quivr-chat"
|
||||||
service: "prod-service-chat"
|
service: "prod-worker"
|
||||||
task_definition: ".aws/task_definition_prod_chat.json"
|
task_definition: ".aws/task_definition_prod_worker.json"
|
||||||
container: "quivr-chat"
|
container: "quivr-chat"
|
||||||
- name: "quivr-upload"
|
|
||||||
service: "prod-service-upload"
|
|
||||||
task_definition: ".aws/task_definition_prod_upload.json"
|
|
||||||
container: "quivr-upload"
|
|
||||||
- name: "quivr-crawl"
|
|
||||||
service: "prod-service-crawl"
|
|
||||||
task_definition: ".aws/task_definition_prod_crawl.json"
|
|
||||||
container: "quivr-crawl"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
insert into
|
insert into
|
||||||
storage.buckets (id, name)
|
storage.buckets (id, name)
|
||||||
values
|
values
|
||||||
('quivr', 'quivr')
|
('quivr', 'quivr');
|
||||||
|
|
||||||
CREATE POLICY "Access Quivr Storage 1jccrwz_0" ON storage.objects FOR INSERT TO anon WITH CHECK (bucket_id = 'quivr');
|
CREATE POLICY "Access Quivr Storage 1jccrwz_0" ON storage.objects FOR INSERT TO anon WITH CHECK (bucket_id = 'quivr');
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ CREATE TABLE IF NOT EXISTS user_settings (
|
|||||||
insert into
|
insert into
|
||||||
storage.buckets (id, name)
|
storage.buckets (id, name)
|
||||||
values
|
values
|
||||||
('quivr', 'quivr')
|
('quivr', 'quivr');
|
||||||
|
|
||||||
CREATE POLICY "Access Quivr Storage 1jccrwz_0" ON storage.objects FOR INSERT TO anon WITH CHECK (bucket_id = 'quivr');
|
CREATE POLICY "Access Quivr Storage 1jccrwz_0" ON storage.objects FOR INSERT TO anon WITH CHECK (bucket_id = 'quivr');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user