To start this project you should use the next command:

make start

.env files to configure:

dockerize

tps

app for purchase service

You should check that params HOST_UID and HOST_GID equals the next values
id -u && id -g

At first run the app you should execute

make jwt-keys

to generate keys for auth

You can generate admin with next command [container dockerize-tps-dev_purchase-tps]

php bin/console make:admin

The full commands list is here

You can use portainer to manage containers and to read logs