Demo docker image for FileGator.
You can use configuration.php
to tweak the app. See the documentation for more info.
sudo docker build -t filegatordemo .
sudo docker run -it -p 8888:8080 filegatordemo
visit: http://127.0.0.1:8888
You can build and upload this demo to Google container registry and deploy it using Cloud Run
gcloud builds submit --tag gcr.io/[PROJECT_ID]/fgdemo .