This sample is running on: https://php.is-easy-on-scalingo.com/
Your project MUST contain an index.php
file at the root of your
project. Nothing else is required.
Create an application on https://scalingo.com, then:
scalingo --app my-app git-setup
git push scalingo master
And that's it!
docker compose up
The app listens by default on the port 8080 or the one defined in the PORT
environment variable.