xender69

Results 8 comments of xender69

hi Guys, Am I using the x-aws-cloudformation correctly in my docker compose file below? ``` version: '3.8' x-aws-vpc: "vpc-0f64c8ba9cb5bb10f" services: osticket: container_name: osticket-web image: osticket/osticket environment: MYSQL_HOST: db MYSQL_PASSWORD: secret...

Hi Komatom, I am looking to do the same. Were you able to resolve your issue?

hi John, Thank you for your insight. If it's not too much trouble, can you take a look at my compose file: ``` version: '3.8' x-aws-vpc: "vpc-0f64c8ba9cb5bb10f" services: osticket: container_name:...

Thank you so much, I will try out your config without the RDS for the moment. Will report back.

hi John, Thank you for such a quick reply. So in order to use ecs compose-X, I would need to install python3 and initialize ecs-compose-x before I can use these...

hi John, I have installed python3 and ecs compose-X via # Install in a virtual environment # Recommended python3 -m venv venv source venv/bin/activate python3 -m pip install ecs-composex So,...

hi John, Installed ecs-compoose-x and when I typed: ecs-compose-x --help, I immediately get the following error: ```  ~/Desktop/docker-projects/osTicket/ecs-osticket/ /System/Volumes/Data/Users/johnchang/venv/bin/ecs-compose-x --help /Users/johnchang/venv/lib/python3.11/site-packages/ecs_composex/compose/compose_services/service_image/docker_opts.py:26: UserWarning: You must install ecs-composex[ecrscan] extra to use...

hi jakcst, Please look into https://docs.compose-x.io/index.html and if you have questions, try to png John Preston, he has been a great resource.