To set up the Postgres user password, at first run you need to rename settings.env.dist to settings.env, then
./compose.sh up
Create and start all docker containers (configured in docker-compose.yml)
./compose.sh up
Create and start a single docker container (configured in docker-compose.yml)
./compose.sh up <containername>
Show the logs of a container.
./compose.sh logs <containername>
Stop, delete, pull, build or list all containers
./compose.sh stop
./compose.sh rm
./compose.sh pull
./compose.sh build
./compose.sh ps