All Questions
Tagged with aws-fargate docker-compose
2
questions
1
vote
0
answers
281
views
AWS Fargate: The OPENCART_DATABASE_PASSWORD environment variable is empty or not set. Set the environment variable ALLOW_EMPTY_PASSWORD=yes
I am trying to run Open cart on AWS Fargate, i am using native bitnami release, following is my docker-compose.yml
version: '2'
services:
mariadb:
image: 'docker.io/bitnami/mariadb:10.3-debian-...
0
votes
0
answers
306
views
Unable to pass the root MySQL password into an AWS ECS Fargate launch type WordPress deployment
I'm trying to figure out how to pass the root MySQL password into an ECS Fargate luanch type WordPress deployment. I'm working with this official AWS tutorial which provides this sample docker-compose....