Create admin panel for your service with a few clicks
You need to run two containers in your production cluster:
- public.ecr.aws/o1a6p9d1/frontend:latest
- public.ecr.aws/o1a6p9d1/backend:latest
Available environment variables for frontend container:
API_ROOT - http root for backend container
Environment variables for backend container:
- TYPEORM_HOST - hostname of the database, where autoadmin stores its metadata
- TYPEORM_USERNAME - username to database with metadata
- TYPEORM_PASSWORD - password to database with metadata
- TYPEORM_DATABASE - database with metadata name
- JWT_SECRET - any random 64-character string
- APP_DOMAIN_ADDRESS - http root for frontend container
- PRIVATE_KEY - optional key
- Change default API_ROOT value in docker-compose.yml
docker-compose up