.env
file likely contains Docker-specific configurations. Here’s how to update common settings:
docker-compose.yml
file to identify which services your application needs. Common services include:
docker-compose.yml
docker/
directorycomposer.json
scripts section to remove Sail commands. For example:
herd.yml
file in your project root to define project-specific configurations either manually or by running herd init
:
herd.yml
file and set up any required services.
herd.yml
configuration file via version control