Skip to content

Operations

Clone the main repository to the production machine when setting up the application.

All services are deployed from Docker images -- either custom images build from the two other repositories or 3rd-party images.

Core services

docker-compose up -d postgres
docker-compose run dbt alembic upgrade head
docker-compose up -d

Superset

See Dashboard setup for further details.