Application Managment

After successfully installing the application, there are three simple commands you will use to manage your application:

Run

docker-compose up -d

Stop

docker-compose stop

Update

docker-compose pull

Show logs

docker-compose logs {container_name}

The container names will be webapp, senderapp, eventsapp, etc.