chrisarmitage/gicho-scaffold

There is no license information available for the latest version (v0.2.0) of this package.

v0.2.0 2022-05-31 20:43 UTC

This package is auto-updated.

Last update: 2024-04-07 00:58:36 UTC


README

Skeleton of a fully functioning, deployable, microservice

Getting up and running

docker-compose up -d

Accessing the application via a browser

http://localhost:8080/

Accessing the application via the console

docker-compose exec app php console ping

Accessing the application via the listeners

docker-compose exec app php attach --connection redis:first --listener process-data docker-compose exec app php console push-data