Build:
docker-compose build
Init FoundationDB:
docker-compose up -d foundationdb
docker-compose exec foundationdb fdbcli --exec 'configure new single ssd'
Run app:
docker-compose up app
The app will output NodeJS heap usage and process memory usage every 10 seconds.
Teardown:
docker-compose down -v