This repo is an exemple/starter repo to deploy Symfony on Fly.io.
- PHP 7
- Nginx
- Supervisor
see the docker folder and Dockerfile
see : https://fly.io/docs/rails/the-basics/configuration/
If you want to add non-secret env variables, add them to the [env]
section of the fly.toml
composer install
flyctl launch