Learn how to set up and configure Docker Compose for camelAI.
camel
: The main application (hosted on Amazon ECR)nginx
: Reverse proxypgvector
: PostgreSQL with pgvector extensionmemcached
: Caching layerAmazonEC2ContainerRegistryReadOnly
policyecr:GetAuthorizationToken
and ecr:BatchCheckLayerAvailability
permissionsdocker-compose.prod.yml
. Here’s a breakdown of the services:
.env.docker
template file. Copy it and update the values:
.env.docker.local
with your configuration:
DJANGO_SECRET_KEY
POSTGRES_PASSWORD
with a secure passwordAmazonEC2ContainerRegistryReadOnly
policy