A sample project from Alex Edward's book – Let's Go.
Create a .env file in the root directory and specify the required environment variables. Use the .env.example file as a reference:
cp .env .env.exampleUpdate the .env file with the appropriate values.
docker compose upin the root folder. To run it in detached mode use -d flag. To run it in watch mode use the --watch flag.
For other configurations look in the docker-compose.yaml and init.sql files.