Use docker-compose to run service:
docker-compose up
A php file are placed in www folder and this folder is mounted as volume to /var/www/html, which is the root of the virtual host.
Our images are hosted into GitHub Container Registry. New releases are made automatically from push events to the branch master.