-
Download and run db (arango) container
- Generate random root password and save it in env variable
-
Setup blank DB by running (JS) script to create:
- collections
- indexes
- standard users:
- super admin user (Progress Lab technicians)
- api (used by Progress APIs)
- customer admin (???)
e.g.
-
Download and run backend (fastapi) container (see https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker)
-
Download and run frontend (nginx) container