inspired from Ben Awad Fullstack Tutorial
# start services in the background
docker compose up -d
# with custom .env file
docker compose --env-file path/to/.env up -d
inspired from Ben Awad Fullstack Tutorial
# start services in the background
docker compose up -d
# with custom .env file
docker compose --env-file path/to/.env up -d