Are there instructions to deploy the docker file at step 3 on this page to ECS? We have been trying for a while, but the process has not been successful. The closest we came to getting it running was an error message about file permissions, which I have seen many times in the past while deploying Espo with Apache. The exact error is shown in step 4 on this page.
I am hoping to find instructions that start with how to deploy locally to docker and end with how to push to ECR, run in ECS using Fargate, and access from the web. Any help would be greatly appreciated even if you can only provide information about one step of the process.
One specific question - Should it be possible to deploy to ECR/ECS using the docker-compose.yml file? Apparently there are issues with docker compose, but that is information I was given instead of seeing for myself, so I do not know the potential or alleged issue.
I am hoping to find instructions that start with how to deploy locally to docker and end with how to push to ECR, run in ECS using Fargate, and access from the web. Any help would be greatly appreciated even if you can only provide information about one step of the process.
One specific question - Should it be possible to deploy to ECR/ECS using the docker-compose.yml file? Apparently there are issues with docker compose, but that is information I was given instead of seeing for myself, so I do not know the potential or alleged issue.
Comment